Greedy algorithms

Home > Computer Science > Theory of Computation > Algorithm Design and Analysis > Greedy algorithms

A technique used to solve optimization problems by making locally optimal choices that lead to a globally optimal solution.