搜索资源列表
VBdotNet_Tree
- 应用VB.net中TreeView控件,实现建立二叉树,并对其前、中、后序遍历-Application Programs require TreeView control, for the establishment of binary tree, and its ago, After the preorder
非递归前序,中序,后序遍历二叉树(优化算法)
- 非递归前序,中序,后序遍历二叉树(优化算法)-before non - recursive sequence, sequence after sequence binary tree traversal (optimization algorithm)
genBST
- 通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶子节点,插入节点,查找节点,删除节点,由前序遍历结果和中序遍历结果生成树,由后序遍历结果和中序遍历结果生成树,检查该树是否平衡和完全平衡。-generic binary search tree contains the algorithm are : output breadth - first traversal, the former
erchashu
- 设计目标(问题描述) 用户以二叉树前序的方式输入二叉树的所有结点,进行树的建立,并进行该二叉和树的前、中、后、层序遍历; 功能设计要求 1.要求用户可以任意多次任意输入二叉树; 2.每次使用后释放其空间; 3. 树的显示严格、准确、易懂。
erchashu
- 演示遍历二叉树的过程,所以首先建立二叉树,并用图形显示出树的形状。建立的过程是采用前序便利的方法来创建,设计两种生成树的方式:一种是系统随机生成,另一种是人工输入。考虑到屏幕界面的有限性,限定二叉树不超过5层,最多26个字符,输入字符小数点“.”代表NULL。初始树为某种颜色的结点,三种情况的遍历采用填充另外一种醒目的颜色,来表示当前遍历的结点,同时显示该结点的访问序号。同时在遍历的过程中在遍历图形的下方显示出遍历序列。
代表恢复能否遍历
- 用汇编写了数据结构中遍历二叉数的例子,前序,中序,和后序都实现了-was compiled using data structure traverse two forks few examples, the former sequence, sequence, sequence and after bringing the
BiTree分割视图版
- 将视图分割成两部分,左边为显示取,右边为数据录入区,每录入一个节点数据,立即在左边显示节点图形,能实现二叉树的插入、删除、前序遍历、中序遍历、后序遍历。-View will be divided into two parts, shown from left to right for the data entry areas, each node a data entry immediately on the left shows nodes graphics can achieve binar
BiTree
- 创建一颗二叉树,并且可以用前序、中序、后序进行遍历。-Create a binary tree, and you can preorder, inorder, and postorder traversal.
trees-DLR-and-LDR
- 设二叉树结点值为大写字母,输入二叉树的前序遍历和中序遍历序列,生成此二叉树,输出该二叉树的后序遍历和按层次遍历序列。输入某结点值,在二叉树中查找该结点,若该结点存在,则输出从根到该结点的路径,否则给出不存在信息。 -Let binary tree node value of capital letters input binary tree preorder traversal and inorder traversal sequences, this binary tree is gene
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