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