文件名称:tree
介绍说明--下载内容均来自于网络,请自行研究使用
c++下一个简单的多叉树实现:
利用迭代器方便地构建树,
可以递归输出,前序,后序。
利用栈实现输出。
销毁树只能后序遍历-c++ under a simple multi-tree implementation: the use of easy to build a tree iterator can be recursive output, pre-order after order. Use the stack to achieve the output. Only after the destruction of the tree traversal
利用迭代器方便地构建树,
可以递归输出,前序,后序。
利用栈实现输出。
销毁树只能后序遍历-c++ under a simple multi-tree implementation: the use of easy to build a tree iterator can be recursive output, pre-order after order. Use the stack to achieve the output. Only after the destruction of the tree traversal
(系统自动生成,下载前可以参看下载内容)
下载文件列表
tree\tree.dsw
....\tree.ncb
....\Debug\vc60.idb
....\.....\vc60.pdb
....\.....\tree.pch
....\.....\tree.obj
....\.....\tree.ilk
....\.....\tree.exe
....\.....\tree.pdb
....\tree.plg
....\tree.cpp
....\tree.dsp
....\tree.opt
....\Debug
tree
....\tree.ncb
....\Debug\vc60.idb
....\.....\vc60.pdb
....\.....\tree.pch
....\.....\tree.obj
....\.....\tree.ilk
....\.....\tree.exe
....\.....\tree.pdb
....\tree.plg
....\tree.cpp
....\tree.dsp
....\tree.opt
....\Debug
tree