文件名称:1.6erchashu-bianli
介绍说明--下载内容均来自于网络,请自行研究使用
TLR的第一个和LRT的最后一个一定是树根
TLR的第二个不是左子树的根就是右子树的根
如果TLR第二个与LRT的倒数第二个相同
则他是根的右子树
否则是根的左子树
将上面的方法递归-The first and last are not necessarily the second left sub-tree root root TLR is the right sub-tree root if TLR second and penultimate LRT TLR' s LRT is the same he is right-root subtree otherwise it is left sub-tree root above method recursively
TLR的第二个不是左子树的根就是右子树的根
如果TLR第二个与LRT的倒数第二个相同
则他是根的右子树
否则是根的左子树
将上面的方法递归-The first and last are not necessarily the second left sub-tree root root TLR is the right sub-tree root if TLR second and penultimate LRT TLR' s LRT is the same he is right-root subtree otherwise it is left sub-tree root above method recursively
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1.6二叉树的前序中序后续遍历问题\input.txt
...............................\main.cpp
...............................\output.txt
...............................\q.cpp
...............................\q.h
...............................\前序.cbp
1.6二叉树的前序中序后续遍历问题