Skip to content

Commit

Permalink
Update coin_change.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Sep 20, 2023
1 parent 956cf8b commit e55633c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Daily/coin_change.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Given an integer array coins[ ] of size N representing different denominations o
by using different combinations from coins[ ].
Note: Assume that you have an infinite supply of each type of coin. And you can use any coin as many times as you want.
Input:
N = 3, sum = 4
coins = {1,2,3}
Expand Down

0 comments on commit e55633c

Please sign in to comment.