Category:Sort algorithms

From Wikipedia, the free encyclopedia

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

There are 2 subcategories to this category shown below (more may be shown on subsequent pages).

C

S