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