InterviewSolution
Saved Bookmarks
| 1. |
Which of the following sorting algorithms can be used to sort a random linked list with minimum time complexity?(a) Insertion Sort(b) Quick Sort(c) Heap Sort(d) Merge SortI want to ask this question from Singly Linked List Operations in division Abstract Data Types of Data Structures & Algorithms IThis question was posed to me in my homework. |
|
Answer» The correct option is (d) Merge Sort |
|