Given an integer array nums where the elements are sorted in ascending order, convert it to a height-balanced binary search tree.
Processing range [0, 4]
-10
-3
0
5
9
Tree will be built here