106从中序与后序遍历序列构造二叉树
摘要:
题目: 根据一棵树的中序遍历与后序遍历构造二叉树. 来源: https://leetcode-cn.com/problems/construct-binary-tree-from-inorder-and-postorder-traversal/ 法一: 模仿105方法 思路: index设置为全局变 阅读全文
posted @ 2019-12-19 22:56 吃我一枪 阅读(264) 评论(0) 推荐(0) 编辑