Given a sorted (increasing order) array, Convert it to create a binary tree with minimal height.
给一个排序数组(从小到大),将其转换为一棵高度最小的排序二叉树。
样例
Given a sorted (increasing order) array, Convert it to create a binary tree with minimal height.
给一个排序数组(从小到大),将其转换为一棵高度最小的排序二叉树。
样例