搜索资源列表
bitree111111
- 遍历二叉树使用visual c++开发环境(包括创建、插入、删除) -traverse c binary tree using visual development environment (including create, insert, delete)
bi_tree
- 本程序包括三个功能:按前序遍历的方式创建二叉树、前序遍历显示二叉树、完全二叉树的判断。其中,#表示空树-the procedures include three functions : preorder ago by the creation of binary tree, the former preorder shows binary tree, complete binary tree judgment. Of these, # empty tree
vc_jiqiaoshili_part1
- Visual.C++程序设计技巧与实例--配套光盘 第1章 C_C++基础 共有四个实例 1. ex1_7用C语言实现参数个数可变的函数 2. ex1_8创建和访问环境变量 3. SortDemo各种排序算法示例 4. BinaryTree二叉排序树相关操作示例-Visual.C program design techniques and examples -- matching CD Chapter 1 C_C foundation is a total of four
P5
- 创建二叉树修改二叉树添加二叉树删除二叉树
二叉树的创建和遍历
- 二叉树的创建,三种遍历方法
Binaryoperation
- 1.创建以二叉链表作存储结构的二叉树; 2.按前序遍历二叉树; 3.按中序遍历二叉树; 4.按后序遍历二叉树; 5.计算二叉树的单枝结点数; 6.按层次遍历二叉树。 -1. Create a list binary tree structure for storage 2. According to pre-order tree traversal 3. According to the binary tree traversal 4. After the tree
BinarySearchTree
- 创建二叉排序树,含有创建,添加,删除,查找元素,销毁二叉树等功能,MFC可视化显示-This is a binary search tree demonstration, including create, delete, search elements in the tree. In addition, it is shown on MFC forms. welcome to download!!!
erchashu
- VC++编程,实现二叉树的创建及遍历。北航软件技术基础作业。-VC++ programming, to create and traverse a binary tree.
BinaryTree
- 链接类二叉树,实现二叉树类的基本功能,如创建、插入、删除等-BinaryTree by linking and pointing
aaa
- 二叉树的创建、插入、删除操作,计算二叉树的深度,获取二叉树的双亲结点、兄弟结点信息,计算二叉树的叶子数,二叉树的递归遍历、层次遍历-The basic function of binary Three implementation
二叉搜索树的创建与遍历
- 简单描述了一个二叉搜索树的创建,并且进行先序,后序,中序遍历。(A simple descr iption of the creation of a two fork search tree, and the first order, after the order, in the order traversal.)