Greedy algorithm
Named by 2 essays across 2 fields — each of them below, with the objects they name alongside it.
Every necklace, in order
The graph construction needs the whole graph in memory and finds one sequence among hundreds of millions. Listing the necklaces in alphabetical order and writing them end to end needs no graph at all, and produces the smallest of them.
The tree inside the triangulation
The shortest network joining a set of points is built from edges chosen by length, and the triangulation is built from edges chosen by an emptiness condition about circles. The two constructions share no step, and every edge of the first is an edge of the second.
Named alongside it
The objects these essays reach for when they reach for this one.
CircumcircleComplexityCounting argumentDe bruijn sequenceDelaunay triangulationEquivalence classEulerian pathGraphLexicographic orderLyndon wordNecklacePlanar graph