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 are the 3 types of variables?
Will hashmap allow null keys?
Why is hashmap faster than arraylist?
What method is used to place a value onto the top of a stack?
Mention the advantages of representing stacks using linked lists than arrays?
Describe full binary tree and complete binary tree.
What is sorting an array?
What does isempty() member method determines?
What are the applications of b-tree?
What do you mean by Logical Error
Is arraylist better than array?
What do you mean by quadratic probing?
where do you use double linked list?
Which sorting is used in collections sort?
Can nsarray contain nil?