Difference between external and internal sorting in ds
Answers
Answered by
21
Answer:
The main difference between internal sorting and external sorting are while doing internal sortingthe data is stored in the main memory and on the other hand, while doing external sortingdata is not stored in the main memory and is stored using external devices like hard disk and only few chunks of data are stored
Answered by
1
Answer:
Explanation:
In internal sorting all the data to sort is stored in memory at all times while sorting is in progress.And other hand external sorting data is stored outside memory (like on disk)
Similar questions