搜索资源列表
btree
- 二叉树的建立,前序遍历,中序遍历及层次遍历-Tree establishment, pre-order traversal, in order traversal and traversal level
bitree_operation
- 二叉排序树的建立,也包括二叉树的遍历程序,有多种处理二叉树的功能。-Binary sort tree establishment, but also of the tree traversal process, there are several functions to deal with binary tree.
BSTree_operate
- 二叉排序树的建立和遍历的程序,里面有多种遍历的方法,可以满足不同的需要。-Binary sort tree traversal of the establishment and procedures, there are a variety of ways to traverse to meet different needs.
BiTree
- 建立一棵含有n个结点的二叉树,采用二叉链表存储, 前序(或中序、后序)遍历该二叉树。 -Create a binary tree with n nodes, using a binary linked list storage, pre-order (or sequence order) traversal of the binary tree.
include
- 线索二叉树 建立中序线索二叉树,并且中序遍历 求中序线索二叉树上已知结点中序的前驱和后继-Binary tree in order to establish clues clues tree, and in the traversal sequence for clues in the binary tree nodes on the known sequence of the precursor and follow-up
traversal-of-binary-tree
- 二叉树的建立,对于电网模型层次结构实现遍历搜索-traversal of binary tree
tree
- 树的相关操作,先序遍历建立二叉链表,左右孩子交换,二叉树中叶子节点个数算法,统计以值为x的结点为根的子树中叶子结点的数目,按树状打印二叉树-Tree-related operations, first traversal establishment of binary list, so the child exchange, the number of leaf nodes in a binary tree algorithm, the statistical value of x to a n
project8.tar
- 由双亲表示法建立3棵树,将这些树表示的森林转换成二叉树,对二叉树进行线索化并遍历。-Law established by the parents said three trees, these trees will be converted into a binary representation of the forest for clues and binary tree traversal.
project
- 利用构造完全二叉树的方法建立二叉树结构,并实现二叉树的先序、中序、后序遍历以及求深度操作。 例如:依次输入字符ABCDE#F##G####H-Constructed using methods established complete binary tree binary tree structure, and to achieve binary tree preorder, inorder, preorder, and the depth of the operation. For
16012407Exp1
- 建立一个二叉树,根据指令遍历二叉树,并输出二叉树的深度等信息。-The establishment of a binary tree, the binary tree traversal according to the instruction, and outputs the binary tree of depth and other information.
有序二叉树
- 有序二叉树的各种功能,遍历 删除 建立 等等(ordered two folk tree)