Concept

String comparison — where it appears

Deciding the order of two strings, which costs the length of their common prefix plus one rather than a constant. How long that prefix is depends on how many keys are in play, so the cost of a comparison grows slowly with the number of things being sorted.

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.

Cost modelUnit of costCharacter comparisonComparison countComparison sortCrossoverData movementDistinguishing prefixMeasured countMerge sortOperation countRadix sort

All concepts