摘要: 108. Convert Sorted Array to Binary Search Given an array where elements are sorted in ascending order, convert it to a height balanced BST. For this 阅读全文
posted @ 2020-02-29 21:42 whiky 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 114 Flatten Binary Tree to Linked List Given a binary tree, flatten it to a linked list in place. 将二叉树展开成链表 [ ] (D:\dataStructure\Leetcode\114.png) 思路 阅读全文
posted @ 2020-02-29 12:27 whiky 阅读(115) 评论(0) 推荐(0) 编辑