Concept

Radix sort — where it appears

A sort that distributes keys by one digit at a time rather than comparing them, and is finished after as many passes as the key has digits. It makes no comparisons at all, so the comparison sort's lower bound says nothing about it, and it needs keys that can be taken apart.

Named by 2 essays across 2 fields — each of them below, with the objects they name alongside it.

Named alongside it

The objects these essays reach for when they reach for this one.

CacheCharacter comparisonComparison countComparison sortCost modelCounting conventionDistinguishing prefixInformation floorKey widthLower boundMeasurement designMerge sort

All concepts