Skip to content

Commit 78371dd

Browse files
authored
Update CoinChangeNumberOfWays.java
1 parent dd9cfbb commit 78371dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamicProgramming/CoinChangeWays/CoinChangeNumberOfWays.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
*/
2020

21-
//RECURSIVE SOLUTION
21+
//RECURSIVE SOLUTION - COUNTS DISTINCT SOLUTION SETS
2222

2323
public int coinChangeWays(int coins[], int index, int coinVal){
2424

0 commit comments

Comments
 (0)