您的位置:首页 > 其它

Construct Binary Tree from Preorder and Inorder Traversal (DFS,参考)

2014-11-27 16:31 369 查看
Given preorder and inorder traversal of a tree, construct the binary tree.

Note:
You may assume that duplicates do not exist in the tree.

给定一棵树的前序遍历和中序遍历,构建该树。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: