Test Cases & Chat
Part 1
current
Test 1
input:matrix = [[1,3,5,7],[10,11,16,20],[23,30,34,60]], target = 3
expect:true
Test 2
input:matrix = [[1,3,5,7],[10,11,16,20],[23,30,34,60]], target = 13
expect:false
Test 3
input:matrix = [[1]], target = 1
expect:true
Test 4
input:matrix = [[1,3]], target = 3
expect:true
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,3,5,7],[10,11,16,20],[23,30,34,60]], target = 3
expect:true
Test 2
input:matrix = [[1,3,5,7],[10,11,16,20],[23,30,34,60]], target = 13
expect:false
Test 3
input:matrix = [[1]], target = 1
expect:true
Test 4
input:matrix = [[1,3]], target = 3
expect:true
Choose your coach
Pick a style and how you want to communicate
then