搜索资源列表
zhou_tree
- 汇编程序,输入一组数字,生成二叉树,再进行前序,中序,后序三种遍历。含错误检测。-assembler, the importation of a group of figures, generating a binary tree, and before ordering, which sequence, after three traversal sequence. With error detection.
tree-ron
- 输入数据,同时实现二叉排序树的生成,根据此树实现各种算法-input data, while achieving binary tree sort of generation, under the tree of various algorithms
BItree
- 这是一个源程序,是根据前序和中序来生成一个二叉树的,请站长自己年一下-This is a source, is the former sequence and the sequence to generate a binary tree, please, about their head
er
- 遍历二叉树(*) 任务:按先序次序输入二叉树中结点的值(一个字符),`0`表示空树,生成二叉树的二叉链表存储结构,然后按中序顺序遍历二叉树。
tree
- 二叉树的生成和查找,平且中序遍历生成顺序的数组-Binary tree generation and search
2chashu
- 生成如下二叉树,并用先序遍历输出结果 要求:用程序实现 说明:先生成如下所示的二叉树,然后先序遍历输出其结果:1243576 -Generate the following binary tree, and traversing the output with the first requirement: to achieve with the program Descr iption: President into the binary tree as shown below, a
nn
- 二叉树的操作 二叉树的生成 二叉树的建立-The establishment of the operation binary tree binary tree generation binary tree
BTree
- 该程序利用C++实现二叉树的生成,遍历.与一般的二叉树生成程序不同的是:该程序使用面向对象的方式来实现-Create BinaryTree with C++