what is the importance of sorting?
Answers
Answered by
13
Sorting is the process of placing elements from a collection in some kind of order. For example, a list of words could be sorted alphabetically or by length.Like searching, the efficiency of a sorting algorithm is related to the number of items being processed.
A sorting algorithm will put items in a list into an order, such as alphabetical or numerical order. Sorting a list of items can take a long time, especially if it is a large list. A computer program can be created to do this, making sorting a list of data much easier. There are many types of sorting algorithms.
Answered by
7
Answer:
hope it's helpful........✌️✌️✌️
Attachments:
Similar questions