Test Cases & Chat
Part 1
current
Test 1
input:candidates = [2,3,6,7], target = 7
expect:[[2,2,3],[7]]
Test 2
input:candidates = [2,3,5], target = 8
expect:[[2,2,2,2],[2,3,3],[3,5]]
Test 3
input:candidates = [2], target = 1
expect:[]
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:candidates = [2,3,6,7], target = 7
expect:[[2,2,3],[7]]
Test 2
input:candidates = [2,3,5], target = 8
expect:[[2,2,2,2],[2,3,3],[3,5]]
Test 3
input:candidates = [2], target = 1
expect:[]
Choose your coach
Pick a style and how you want to communicate
then