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