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