摘要: 输入某二叉树的前序遍历和中序遍历的结果,请重建该二叉树。假设输入的前序遍历和中序遍历的结果中都不含重复的数字。 https://leetcode-cn.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/ 1. 阅读全文
posted @ 2021-04-03 10:46 _HXJ 阅读(385) 评论(0) 推荐(0)