Greedy algorithms

Home > Computer Science > Programming Languages > Algorithms and Data Structures > Greedy algorithms

Algorithms that choose the best option at each step to find an overall solution.