Computer Science, asked by rashmidhiman8, 10 months ago

why do we need sorting​

Answers

Answered by khushi02022010
11

Answer:

Efficient sorting is important for optimizing the efficiency of other algorithms (such as search and merge algorithms) that require input data to be in sorted lists. Sorting is also often useful for canonicalizing data and for producing human-readable output.

Answered by Anonymous
3

Answer:

Efficient sorting is important for optimizing the efficiency of other algorithms (such as search and merge algorithms) which require input data to be in sorted lists. Producing more human readable output. It is easier and faster to locate items in a sorted list than unsorted.

Explanation:

FOLLOW ME...

Similar questions