Science, asked by saurav180, 1 year ago

what is the need of sorting materials into groups?

Answers

Answered by raviwanje155
4

Answer:

please like and follow.......

Explanation:

n computer science, arranging in an ordered sequence is called "sorting". 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 lookup or search efficient;

making merging of sequences efficient.

enable processing of data in a defined order.

The opposite of sorting, rearranging a sequence of items in a random or meaningless order, is called shuffling.

For sorting, either a weak order, "should not come after", can be specified, or a strict weak order, "should come before" (specifying one defines also the other, the two are the complement of the inverse of each other, see operations on binary relations). For the sorting to be unique, these two are restricted to a total order and a strict total order, respectively.

Attachments:
Similar questions