【Tree】Convert Sorted Array to Bi
2018-07-19 本文已影响0人
安琪拉的小迷妹
题目链接
https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/description/
![](https://img.haomeiwen.com/i12464670/bf8b0fc9632ddaab.png)
思路:中序遍历建立二叉树
![](https://img.haomeiwen.com/i12464670/3dad5f16a1a8a505.png)
题目链接
https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/description/
思路:中序遍历建立二叉树