Physics, asked by bhatjohn6823, 1 year ago

Discuss the Stages of sorting, sorting operations.

Answers

Answered by Anonymous
0

Sorting is ordering a list of objects. We can distinguish two types of sorting. If the number of objects is small enough to fits into the main memory, sorting is called internal sorting. If the number of objects is so large that some of them reside on external storage during the sort, it is called external sorting.

Similar questions