2015年5月21日
摘要: Given preorder and inorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree. 1 class Soluti... 阅读全文
posted @ 2015-05-21 23:14 黄瓜小肥皂 阅读(102) 评论(0) 推荐(0) 编辑
摘要: Given inorder and postorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree. 1 class Solut... 阅读全文
posted @ 2015-05-21 22:35 黄瓜小肥皂 阅读(142) 评论(0) 推荐(0) 编辑