When will you sort an array of pointers to list elements,
rather than sorting the elements themselves?
Answer Posted / pavan
If the Data structures that we are sorting are big and
located at different places then I prefer sorting pointers
rather than data itself
| Is This Answer Correct ? | 39 Yes | 4 No |
Post New Answer View All Answers
What is dynamic array how is it created?
Why do we need algorithm?
Can we make hashmap synchronized?
Does arraylist shrink?
Which is better bubble sort or selection sort?
What are the Difference between tcp and udp?
Is hashmap ordered?
How do you do a heap sort?
What is a priority queue?
How do you get placements?
What is mean by selection sort?
Write program for Bubble Sort ?
What are the properties of an algorithm?
What are basic algorithms?
What is difference between concurrenthashmap and hashtable?