2014年4月23日
摘要: Given inorder and postorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.常规方法,以中序为主,在中序... 阅读全文
posted @ 2014-04-23 21:47 zmlctt 阅读(184) 评论(0) 推荐(0) 编辑