When will you sort an array of pointers to list elements,
rather than sorting the elements themselves?
Answer Posted / prasad
when you are using linked lists for
storing the elements.
| Is This Answer Correct ? | 6 Yes | 16 No |
Post New Answer View All Answers
Does hashmap preserve insertion order?
What is dequeue operation?
Is bubble sort slow?
Write program for Quick sort ?
Explain the Complete structure of hashmap along with the basic coding of the hashmap internal implementation.
What is difference between map and hashmap?
How does arraylist store data?
What is the best case complexity of quicksort?
What is stable sorting method?
What is the similarity between a Structure, Union and enumeration?
What is homogeneous array?
Which is faster hashmap or linkedhashmap?
Define depth and height of a tree?
What is a multiset table?
What's difference between stack and queue?