Concept

Optimal binary search tree — where it appears

The search tree of least expected depth for a stated set of access frequencies. It is computed by an interval recurrence, it beats a balanced tree by whatever the access skew is worth, and the cost of computing it is what usually stops anybody from doing so.

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

Also named here as transitions — the same set of essays touches all of them, so they are one junction rather than several.

Named alongside it

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

Complexity classCost modelDynamic programmingInterval dpMeasured countRecurrenceSubproblemTransitionsCurve fittingMatrix-chainMonotonicityOverlapping subproblems

All concepts