搜索资源列表
SystemTree
- 这是一个获得系统树的类功能演示,使用这个类可以方便的得到电脑上的所有文件夹目录,不用在写遍历函数
建立二叉树
- 同济大学课程设计中的一道题! 要求能够输入树的各个结点,并能够输出用不同方法遍历的遍历序列;分别建立建立二叉树存储结构的的输入函数、输出层序遍历序列的函数、输出先序遍历序列的函数.-Tongji University in curriculum design, the one that! Tree request to enter the various nodes, and can output using different methods traverse the traversal se
BiTree
- 创建一颗二叉树,并且可以用前序、中序、后序进行遍历。-Create a binary tree, and you can preorder, inorder, and postorder traversal.
BStreeLJH
- MFC实现二叉搜索树,输出先序,中序和后序遍历结果。-MFC binary search tree, output preorder, inorder and postorder traversal results.
Creat_Tree
- 树的创建和遍历,包含前序遍历,中序遍历和后序遍历,并找出某个以前的所有祖先-The creation of a tree and ergodic, including preorder traversal, the sequence traversal and the sequence traversal, and find out a previous all ancestors
tree
- 树的递归与非递归三序遍历,计算树的繁茂度和交换树的左右孩子并输出。-Tree recursive and non recursive traversal of the three order, the calculation of the tree s lush and exchange trees around the child and output
