TheAlgorithms/Algorithms-Explanation

Coin Change Problem in Dynamic Programming Section

Ouverte

#117 ouverte le 21 juil. 2021

 (12 commentaires) (0 réaction) (1 personne assignée) (815 forks)github user discovery
dont-closeenhancementgood first issue

Métriques du dépôt

Stars
 (3 459 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur