Question is to make the minimum height BST given a sorted array of integers. Logic is pretty much to set node to middle value and recursively do so for left and right subarrays.