When will you sort an array of pointers to list elements,
rather than sorting the elements themselves?
Answer Posted / yenealem
using pointers makes easier data manipulation on data
structuring. Therefore, when one uses array of pointers in
sorting data makes data structuring easier.Furthermore,
When pointers are arranged in array they are easier for
arithmetic operation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is Linked lists?
What is the two-dimensional array?
What is linked list ?
What happens if we put a key object in a hashmap which exists?
Explain the priority queue?
Define in brief an array. What are the types of array operations?
How to print element of Array?
How does insertion sort works?
Tell me what is quick sort?
what is the biggest advantage of linked lists?
What is different between array and list?
Explain what are the types of collision resolution techniques and the methods used in each of the type?
How many types of searching are there in data structure?
Will hashmap allow null keys?
What are AVL trees?