
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.
~5 min read
Encyclopedic overview
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.
Excerpted from Wikipedia’s “sorting” article, available under the CC BY-SA 4.0 licence.