What is an external sort?
What will be an ideal response?
An external sort is a sorting algorithm that is used when the collection of data will not fit in the computer’s main memory all at once, but must reside on secondary storage such as a disk.
Computer Science & Information Technology