Page 1 of 1

Which of the following sorting algorithms can be used to sort a random linked list with minimum time complexity?

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
a) Insertion Sort
b) Quick Sort
c) Heap Sort
d) Merge Sort