Computer Science, asked by godetimounika, 1 year ago

Explain external sorting in advanced data structures?

Answers

Answered by vikram7313
0

Answer:

External Sorting is sorting the lists that are so large that the whole list cannot be contained in the internal memory of a computer. Assume that the list(or file) to be sorted resides on a disk. The term block refers to the unit of data that is read form or written to a disk at one time.

Explanation:

Similar questions