Category:Sorting algorithms
Appearance
In computer science and mathematics, 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. Efficient sorting is important to optimizing the use of other algorithms (such as search and merge algorithms) that require sorted lists to work correctly; it is also often useful for canonicalizing data and for producing human-readable output.
Subcategories
This category has the following 5 subcategories, out of 5 total.
Pages in category "Sorting algorithms"
The following 48 pages are in this category, out of 48 total. This list may not reflect recent changes.