Greedy Algorithm — Minimum Coins

Minimum Coins

Greedy algorithm implementation in C

Efficient C implementation demonstrating the greedy technique to compute the minimum number of coins needed to make a change for a given amount.

Tech

C