
sorting
Sign in to saveAlso known as sort, ordering
Sorting refers to ordering data in an increasing or decreasing manner according to some linear relationship among the data items. ordering: arranging items in a sequence ordered by some criterion; categorizing: grouping items with similar properties. Ordering items is the combination of categorizing them based on equivalent order, and ordering the categories themselves.
Wikidata facts
- Image
- Bundesarchiv Bild 183-22350-0001, Berlin, Postamt O 17, Päckchenverteilung.jpg
Show 3 more facts
- Commons category
- Sorting
- Stack Exchange tag
- stackoverflow.com/tags/sorting
- P13411
- HafenCity
Sources (3)
via Wikidata · CC0
~5 min read
Article
7 sectionsContents
- By type
- {{anchor|Sort/Merge}}Information or data
- Common algorithms
- Physical
- See also
- References
- External links
Sorting refers to ordering data in an increasing or decreasing manner according to some linear relationship among the data items. ordering: arranging items in a sequence ordered by some criterion; categorizing: grouping items with similar properties. Ordering items is the combination of categorizing them based on equivalent order, and ordering the categories themselves.
==By type== ===Information or data=== In , arranging in an ordered sequence is called "sorting". Sorting is a common operation in many applications, and efficient algorithms have been developed to perform it.