why do we need sorting
Answers
Answered by
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
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