Algorithms

Identify the correct definition of Greedy algorithm.

Correct answer

C. An algorithmic approach that makes the locally optimal choice at each step, hoping to find a global optimum.

Explanation

Greedy algorithm refers to an algorithmic approach that makes the locally optimal choice at each step, hoping to find a global optimum.