Question:

Which among the following is an external sorting technique?

Show Hint

Use external sorting when data doesn't fit in RAM — merge sort is optimal due to sequential access.
Updated On: June 02, 2025
  • Bubble sort
  • Merge sort
  • Insertion sort
  • Selection sort
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Merge sort is suitable for external sorting where data is too large to fit in memory. It processes chunks and merges them efficiently.
Was this answer helpful?
0
0

TS PGECET Notification