Algorithm
Named by 2 essays across 2 fields — each of them below, with the objects they name alongside it.
A price for every person and task
The cheapest assignment can be found without comparing it to any other. Attach a number to each person and each task so that no pair's two numbers exceed its cost, and if the numbers add to an assignment's total, that assignment is cheapest — proved, by an argument that never mentions the alternatives.
A method that is allowed to miss
Bhāskara's cyclic method solves x² − Dy² = 1 by aiming at the wrong target. It keeps a pair a, b with a² − Db² = k for some small k, combines it with a helper chosen so that k can be divided out, and repeats until k is 1. For D = 61 it reaches the ten-digit fundamental solution in 13 steps, where walking the convergents of √61 takes 22 — and for every D up to 100 it is faster.
Named alongside it
The objects these essays reach for when they reach for this one.
AssignmentCertificateComplementary slacknessContinued fractionsConvergentDualityFundamental solutionLinear programmingMatchingModular arithmeticOptimisationPell equation