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
Which is faster binary or linear search?
Write the postfix form of the expression: (a + b) * (c - d)
What is a subtree in data structures?
Which is the parent class of hashmap class?
How would you use bsearch() function to search a name stored in array of pointers to string?
what is the difference between dynamic as well as non - dynamic data structures.
What is difference between set and map?
What is a priority queue?
Is merge sort better than quick?
What is stable sorting method?
Will it create any problem if we add elements with key as user defined object into the treemap?
What is selection sort with example?
Which is the parent class of abstractsequentiallist class?
Why using cookie to store session info is a better idea than just using session info in the request?
What does a treemap do?