码迷,mamicode.com
首页 >  
搜索关键字:通过后序中序遍历重建二叉树    ( 1个结果
LeetCode 106:Construct Binary Tree from Postorder and Inorder Traversal
Given inorder and postorder traversal of a tree, construct the binary tree. 给定一个二叉树的后序和中序遍历,重建这棵二叉树。 此题和LeetCode105 根据前序和中序重建二叉树类似。 所谓后序遍历,即先访问根的左、右子树,然后再访问根节点。这样根节点在二叉树后序遍历的最后一个个元素。 所谓中序遍...
分类:其他好文   时间:2015-06-01 22:48:13    阅读次数:126
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!