TheAlgorithms/Algorithms-Explanation

Coin Change Problem in Dynamic Programming Section

Offen

#117 geöffnet am 21.07.2021

 (12 Kommentare) (0 Reaktionen) (1 zugewiesene Person) (815 Forks)github user discovery
dont-closeenhancementgood first issue

Repository-Metriken

Stars
 (3.457 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

What is there in Coin Change.md? Only a variation of unbounded Knapsack

Issue: There exists many more variations like having a fixed number of coins or say a problem where we want to find the number of ways (ordered) a sum of money can be formed

Suggested Solution: We can add these two explanations separately in files.

Contributor Guide