40.6k views
3 votes
What is a sorting algorithm

User Cvshepherd
by
4.2k points

1 Answer

1 vote

Step-by-step explanation:

In computer science, a sorting. algorithm is an algorithm that puts elements of a list in a certain order. The most frequently used orders are numerical order and lexicographical order. Efficient sorting is important for optimizing the efficiency of other algorithms that require input data to be in sorted lists

What is a sorting algorithm-example-1
User Lucky
by
4.6k points