Computer Science, asked by angkit2742, 1 year ago

What is external sorting in advanced data structure?

Answers

Answered by kasthurirajkumar
0
External sorting is a class of sorting algorithms that can handle massive amounts of data.External sorting is required when the data being sorted do not fit into the main memory of a computing device,(usually RAM) and instead must reside in the slower external memory , usually a hard disk drive.



THANKS!! : )
Similar questions