Google News
logo
Data Structures - Quiz(MCQ)
Which of the following sorting algorithms can be used to sort a random linked list with minimum time complexity?
A)
Heap Sort
B)
Quick Sort
C)
Merge Sort
D)
Insertion Sort

Correct Answer :   Merge Sort

Advertisement