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