Category:Comparison sorts

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

A comparison sort is a particular type of sorting algorithm which can only read the list elements through a single abstract comparison operation (often a "less than" operator) that determines which of two elements should occur first in the final sorted list.