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