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