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 the complexity of sorting algorithm?
Can we increase the size of statically allocated array?
What is bubble sort technique?
What exactly is data?
What stack means?
What are the applications of linked list?
What is a pass in bubble sort?
What type of data structure is used to perform recursion?
How do you clear a stack?
Is hashset a collection?
Explain linear linked implementation of Stack and Queue?
For which header list, the last node contains the null pointer?
Tell me what is quick sort?
Define a right-skewed binary tree?
What are the advantages of selecetion sort?