Test Cases & Chat
Part 1
current
Test 1
input:amount = 5, coins = [1,2,5]
expect:4
Test 2
input:amount = 3, coins = [2]
expect:0
Test 3
input:amount = 10, coins = [10]
expect:1
Choose your coach
Pick a style and how you want to communicate
then
Loading...
OUTPUT
Run code to see output...
Part 1
current
Test 1
input:amount = 5, coins = [1,2,5]
expect:4
Test 2
input:amount = 3, coins = [2]
expect:0
Test 3
input:amount = 10, coins = [10]
expect:1
Choose your coach
Pick a style and how you want to communicate
then