LeetCode题解: Construct Binary Tree from Inorder and Postorder Traversal
ConstructBinaryTreefromInorderandPostorderTraversalGiveninorderandpostordertraversalofatree,constructthebinarytree.Note:Youmayassumethatduplicatesdonotexistinthetree.思路:已知中序遍历和后序遍历的结果,要求反推树结构