Computer Science, asked by tharun3626, 8 months ago

Difference between internal and external sorting

Answers

Answered by jastibhargavi
0

Answer:

In internal sorting all the data to sort is stored in memory at all times while sorting is in progress. In external sorting data is stored outside memory (like on disk) and only loaded into memory in small chunks. External sorting is usually applied in cases when data can't fit into memory entirely

Similar questions