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
Differentiate between set and map.
Who invented quicksort?
Can sets contain duplicates?
What is the meaning of anonymous array? Explain with an example?
Name the areas in which you can apply data structures extensively?
How do you declare An array of three char pointers
Define balance factor of a node in avl tree?
How do you implement a stack?
What is a 2 dimensional array?
Which is faster treemap or hashmap?
How do you find the complexity of a selection sort?
What are the disadvantages of representing a stack or queue by a linked list?
What is static array?
What is bubble sort?
What is difference between tree and binary tree?