Greedy algorithms

Home > Engineering and Technology > Computer Engineering > Data Structures and Algorithms > Greedy algorithms

Algorithms that make the locally optimal choice at each step to find a globally optimal solution.