What is sorting?Why do we need it?
Answers
Answered by
16
Explanation:
Efficient sorting is important for optimizing efficiency of other algorithms that require input data In sorted lists. Sorting is also often useful for canonicalization data and for producing human- readable output.
IF IT HELPS YOU PLEASE MARK AS BRAINLIEST ☆
Answered by
5
Answer:
Explanation:
Sorting is a common operation in many applications, and efficient algorithms to perform it have been developed. The most common uses of sorted sequences are: making merging of sequences efficient. enable processing of data in a defined order.
Similar questions