Which sorting algorithm is most suitable for sorting a singly linked list in…

2025

Which sorting algorithm is most suitable for sorting a singly linked list in ascending order in terms of both time and space complexity?

Answer: B. Merge Sort

  1. A.

    Heap Sort

  2. B.

    Merge Sort

  3. C.

    Quick Sort

  4. D.

    Bubble Sort

Attempted by 353 students.

Show answer & explanation

Correct answer: B

Explore the full course: Rssb Senior Computer Instructor

Loading lesson…