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
What is sorting explain?
What are the collision resolution methods?
How do I use quick sort?
Why do we need algorithm?
Discuss the difference between a stack and an Array?
List the basic operations carried out in a linked list?
What is binary tree in computer science?
How are elements stored in hashset?
What is data structure and why it is important?
Which sorting technique is best?
How to sequentially represent max-heap?
How do you create a tree diagram?
What is difference between hashmap and hashset?
Does treeset allow null values?
What is the Insertion Sort Code?.