Embed presentation
Downloaded 13 times






















This document discusses greedy algorithms and their application to optimization problems such as coin change problems. It provides examples of using a greedy approach to count money by selecting the largest coins first, but notes that this can fail in some cases. Dynamic programming solutions are then introduced as alternatives to the greedy algorithm for making change that are guaranteed to find the optimal solution. The complexity of coin change problems is also examined.




















