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