标签:
题目链接:https://leetcode.com/problems/construct-binary-tree-from-inorder-and-postorder-traversal/
题目:
Given inorder and postorder traversal of a tree, construct the binary tree.
Note:
You may assume that duplicates do not exist in the tree.
思路:
easy
算法:
【Leetcode】Construct Binary Tree from Inorder and Postorder Traversal
标签:
原文地址:http://blog.csdn.net/yeqiuzs/article/details/51472689