Given an integer array nums where the elements are sorted in ascending order, convert it to a height-balanced binary search tree.
Given an integer array nums where the elements are sorted in ascending order, convert it to a height-balanced binary search tree.