Science Fair Project Encyclopedia
Category:Sort algorithms
In computer science and mathematics, a sort 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.
Articles in category "Sort algorithms"
There are 24 articles in this category.
BC |
DGHIMP |
QRS |
Last updated: 05-17-2005 00:17:33
09-23-2007 01:00:40
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


