Computer Science, asked by cnrkrishna5037, 11 months ago

Difference between external and internal sorting in ds

Answers

Answered by Anonymous
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 sanjeetbrainly1
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