搜索资源列表
P6_ThrdTree
- 有关二叉树的程序 有访问\\创建删除等-the binary tree procedures visit \\ created deleted
BinaryTree
- 这是一个简单二叉树程序,用户可以自己创建二叉树,并对其进行先,中,后序等方式进行遍历,含源代码。-This is a simple binary tree program, users can create their own tree, and its first, during and after traversal sequence to other means, including source code.
Binary-Tree
- 1、输入“扩展先序遍历序列” 创建二叉链表并中序遍历输出之 2、求树高 -1, enter " extended the first traversal sequence" create binary list inorder traversal output of 2, find a tree height
erchashu
- 二叉树的创建以及应用,以及基于c语言的算法实现-Binary tree creation and applications, and the algorithm based on the c language
Binary-Tree
- 关于二叉树的一些基本操作:创建、遍历、结点数、高度、交换左右孩子、等等。-Some basic operations on binary tree: Create, traverse, nodes, height, exchange or so kids, and so on.
binarytree
- 定义一个类来实现泛型IEnumerator<T>接口,并为二叉树类创建一个枚举器-Define a class that implements the generic IEnumerator <T> interface and create an enumerator for the binary class
Csharp003
- VS2010 C#编制的动态模拟创建二叉树程序。-design program to create a bitree with VS2010 C#
erchashushiyan
- 创建一个二叉树,实现二叉树的前序,中序,后序排列;输出二叉树的高度和前k个结点的值-Create a binary tree, the realization of binary tree, the preamble of the sequence, after the sequence arrangement The output of the binary tree height and the value of k node before
3
- 1.创建一个二叉树 2.可以生成先序遍历二叉树 3.可以生成中序遍历二叉树 4.可以生成后序遍历二叉树 5.计算二叉树的结点总数和叶点数 6.可以建立无向图的邻接矩阵 7.可以生成深度优先遍历图-1. Create a binary tree 2. The first sequence can be generated traversing binary tree 3. Can be generated in order traversing binary tre