Dynamic Programming: Knapsack - Coin Change (Minimum Coins)
If the coin change problem is extended to allow fractional coin denominations (e.g., 0.25, 0.5) and a fractional target amount, which approach is most appropriate to find the minimum number of coins?
