Location:
Search - 二叉树
Search list
Description: 用java对数据结构的编写,二叉树的三种遍历
Platform: |
Size: 18217 |
Author: asus_dk |
Hits:
Description: 二叉树的结点数,叶子数,深度,遍历,非递归的遍历等等!!!
Platform: |
Size: 610473 |
Author: sunbaona1015@126.com |
Hits:
Description: 软件功能
(1)新建
建立一棵二叉树:
(2)遍历
选择进行先序、中序、或后序遍历,并显示。
(3)统计叶子节点个数
随时统计并显示树中的叶子节点个数。
(4)显示
将树型显示出来
开发平台
Microsoft Visual C++ 6.0
系统的运行结果
可以实现树的先序中序后序遍历,并显示树形和叶子节点数
Platform: |
Size: 1311808 |
Author: amysasaryai |
Hits:
Description: 求所给二叉树每个节点的层次,从根到该节点的枝长(路径长度),子孙的个数及祖先的个数。每个节点在前序、中序、后序中的访问的序号。内含有详细代码说明。
Platform: |
Size: 16556 |
Author: gowaymax |
Hits:
Description: 我这个主要实现的是创建二叉树,并实现前序中序后序的递归遍历。
Platform: |
Size: 1885898 |
Author: luyanyan0904201 |
Hits:
Description: 包含二叉树先序、中序、后序的递归及非递归遍历,还有层次遍历、层次遍历从下到上、从左到右或者从右到左的遍历算法,并附加了测试代码
Platform: |
Size: 1227565 |
Author: little_ma |
Hits:
Description: 二叉树的数据结构
Platform: |
Size: 1454 |
Author: chinahfj |
Hits:
Description: 实现了二叉树的建立,递归遍历,层次遍历,非递归遍历等。
Platform: |
Size: 1974546 |
Author: weiqiang_huang |
Hits:
Description: (1)输入字符序列,建立二叉链表。
(2)遍历二叉树输出。
(3)请设计一个算法,要求该算法把二叉树的叶子结点按从左到右的顺序连成一个单链表,表头指针为head。 二叉树按二叉链表方式存储,链接时用叶子结点的右指针域来存放单链表指针。请遍历该链表输出所有叶子结点,然后再先序遍历二叉树输出所有叶子结点,并对比两个输出结果,看是否相同。
(4)试写一算法判断某二叉树是否是完全二叉树。
(5)试写一算法判断某二叉树是否是二叉排序树。
(6)在主函数中设计一个简单的菜单,分别调试上述算法。
2.选做题
(1)在二叉树中查找值为x的结点,请编写一算法用以打印值为x的结点的所有祖先,假设值为x的结点不多于1个
Platform: |
Size: 1983 |
Author: jaydhu |
Hits:
Description: 平衡二叉树创建
c语言程序
Platform: |
Size: 40448 |
Author: sxccw2 |
Hits:
Description: 二叉树- Two forks the tree
Platform: |
Size: 9216 |
Author: 刘振环 |
Hits:
Description: 顺序二叉树和树的复制及哈夫曼编码-sequence binary tree and the tree reproduction and Huffman coding
Platform: |
Size: 5120 |
Author: 任文旭 |
Hits:
Description: 二叉排序树和平衡二叉树计算程序。-binary sort tree and balanced binary tree program.
Platform: |
Size: 1599488 |
Author: 马健 |
Hits:
Description: VC二叉排序树和平衡二叉树计算程序-VC binary sort tree and balanced binary tree program
Platform: |
Size: 1599488 |
Author: 汪大伦 |
Hits:
Description: 二叉树遍历的算法程序-binary tree traversal algorithm procedures
Platform: |
Size: 8192 |
Author: 里几 |
Hits:
Description: 非递归前序,中序,后序遍历二叉树(优化算法)-before non- recursive sequence, sequence after sequence binary tree traversal (optimization algorithm)
Platform: |
Size: 1024 |
Author: 徐宾 |
Hits:
Description: 树(非二叉树)的建立与后序遍历-tree (non-binary tree) and the establishment after preorder
Platform: |
Size: 1024 |
Author: 郭强 |
Hits:
Description: 二叉树的各种操作,实现插入,查找,删除等功能-binary tree operation, and achieve insert, search, delete function
Platform: |
Size: 8192 |
Author: 韩文辉 |
Hits:
Description: 一个含有一系列的二插树的包,里面有二叉树的各中算法,很使用-containing a series of two interpolation tree packets, which contain the binary tree algorithm that is used! !
Platform: |
Size: 84992 |
Author: 王策 |
Hits:
Description: 将森林转化为相应二叉树的算法-conversion of forest to the corresponding binary tree algorithm
Platform: |
Size: 27648 |
Author: 林志伟 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»