TheAlgorithms/Algorithms-Explanation
Coin Change Problem in Dynamic Programming Section
開放
#117 建立於 2021年7月21日
dont-closeenhancementgood first issue
倉庫指標
- 星標
- (3,457 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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.