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