Sorting
Sorting is any process of arranging items systematically
A sorting algorithm is an algorithm that puts elements of a list in a certain order. The most-used orders are numerical order and lexicographical order.
Most Common Sorting Algorithms
By Pulkit Goyal