Greedy algorithms

Home > Computer Science > Algorithms and data structures > Algorithm design > Greedy algorithms

These algorithms make locally optimal choices at each step, hoping to find a global optimal solution.