Vidyalelo
Data Structure · Q58

Introduction to Data Structures

Programming · Data Structure · question 58

Q58

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 Sort
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board