文件名称:二叉树及其应用 源码C++ 2005
文件大小:17KB
文件格式:RAR
更新时间:2013-08-09 09:30:42
二叉树及其应用 源码 C++ VS2005
实现Create方法,要求键盘输入二叉树结点序列,创建一棵二叉树(提示:前序递归) 实现SwapTree方法,以根结点为参数,交换每个结点的左子树和右子树(提示:前序递归) 增加InorderTree方法,采用非递归方法实现二叉树的中序遍历
【文件预览】:
BinaryTree
----BinaryTree()
--------BinaryTree.vcproj.PC41.Administrator.user(1KB)
--------BinaryTree.cpp(1KB)
--------BinaryTree.vcproj(5KB)
--------stdafx.h(376B)
--------node.h(262B)
--------lqueue.h(2KB)
--------stdafx.cpp(297B)
--------ReadMe.txt(1KB)
--------BinaryTree.h(7KB)
--------xcept.h(1KB)
--------LinkedStack.h(1KB)
--------BinaryTree.vcproj.PC-200910232027.Administrator.user(1KB)
--------BinaryTree.vcproj.PC87.Administrator.user(1KB)
--------btnode2.h(731B)
----BinaryTree.sln(895B)
----BinaryTree.suo(42KB)