摘要: Given inorder and postorder traversal of a tree, construct the binary tree. Note: You may assume that duplicates do not exist in the tree. Solution: R... 阅读全文
posted @ 2014-04-20 07:01 beehard 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Given preorder and inorder traversal of a tree, construct the binary tree. Note: You may assume that duplicates do not exist in the tree. Solution: Re... 阅读全文
posted @ 2014-04-20 02:35 beehard 阅读(153) 评论(0) 推荐(0) 编辑