Computer Science, asked by ptasha1427, 1 year ago

Sorting algorithm uses auxiliary storage to sort input data elements?

Answers

Answered by writersparadise
0
The question seems incomplete and vague. So I am giving an assumed answer considering the question is asking which is the sorting algorithm that uses auxiliary storage.

The correct answer could be - External Sorting.

External sorting is a method that is used when there are a lot of data elements that need to be sorted. They include sorting in the CPU. This kind of storage needs auxiliary storage. External Sorting is of 2 types - Sorting with Disks and Sorting with tapes.
Similar questions