TheAlgorithms/Algorithms-Explanation

Coin Change Problem in Dynamic Programming Section

オープン

#117 opened on 2021/07/21

 (12 件のコメント) (0 件のリアクション) (1 人の担当者) (815 件のフォーク)github user discovery
dont-closeenhancementgood first issue

Repository metrics

Stars
 (3,459 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド