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 huffman’s algorithm?
Can we use any class as map key?
What is the relationship between a queue and its underlying array?
What is the space complexity of bubble sort?
What is 1d array?
How will you reverse Linked List.
What is long data type?
How to find middle element of linked list in one pass?
What things you would care about to improve the performance of application if its identified that its db communication that needs to be improved?
What is sort in data structure?
How can we reverse the order in the treemap?
Program to remove duplicate elements in an array.
How do you find the complexity of a bubble sort?
Is hashmap get thread safe?
What type of variable is age?