Greedy algorithm analysis

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

Analysis of an algorithm that chooses the locally optimal solution at each step to reach the globally optimal solution.