2017年6月23日

[leetcode] construct-binary-tree-from-preorder-and-inorder-

摘要: 题目描述 Given preorder and inorder traversal of a tree, construct the binary tree. Note: You may assume that duplicates do not exist in the tree. Given p 阅读全文

posted @ 2017-06-23 23:13 xdzhanght 阅读(170) 评论(0) 推荐(0) 编辑

[leetcode] construct-binary-tree-from-inorder-and-postorder-

摘要: 题目描述 Given inorder and postorder traversal of a tree, construct the binary tree. Note: You may assume that duplicates do not exist in the tree. Given 阅读全文

posted @ 2017-06-23 22:55 xdzhanght 阅读(112) 评论(0) 推荐(0) 编辑

导航