Answer:
The correct option is C
Step-by-step explanation:
A greedy algorithm is any algorithm that follows the problem-solving heuristic of making the locally optimal choice at each stage with the intent of finding a global optimum.
In this, three coins {4,1,1} will be selected to make a sum of 6. But, the optimal answer is two coins {3,3}.