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 e091526 commit 7fea0b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/coin_change.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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 7fea0b3

Please sign in to comment.