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