Fetching algorithms...
root = [3,9,20,null,null,15,7]
[[3],[9,20],[15,7]]
root = [1]
[[1]]
root = []
[]
Time Complexity
Space Complexity