Greedy Algorithms

Home > Computer Science > Algorithms and data structures > Algorithm analysis > Greedy Algorithms

A heuristic approach that seeks to find the optimal solution at each stage, hoping that the final result will also be optimal.