What is the main characteristic of a greedy algorithm?

Greedy Algorithms Questions



47 Short 31 Medium 80 Long Answer Questions Question Index

What is the main characteristic of a greedy algorithm?

The main characteristic of a greedy algorithm is that it makes locally optimal choices at each step in the hope of finding a global optimum solution.