Topic: Tree Problem / Level: intermediate

Problem: Convert a sorted array into a height-balanced binary search tree.

Run the code to see the output here...