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