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
Define a full binary tree ?
Define hash function?
How will you free the memory that is allocated at run time?
What do you mean by general trees?
Which interfaces are implemented by enumset?
What is a circular singly linked list?
Can hashmap have duplicate keys?
How many types of lists are there?
How does a selection sort work for an array?
What is data structure and its operations?
What should be done in the base case for this recursive problem?
What are different techniques for making hash function?
Is vector synchronized?
What does list clear do?
Describe the complexity of Quick Sort