文件名称:binarytree
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 22kb
- 下载次数:
- 0次
- 提 供 者:
- 姜*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1) 以二叉链表为存储结构,写出建立二叉树、先序(中序、后序)遍历二叉树、求二叉树节点总数、叶子数、树高度的算法。
完成队列抽象数据类型的顺序、链式表示与实现。并对上面建立的二叉树按层次遍历。
-1) list for binary storage structure, to write the establishment of binary tree, the first sequence (in sequence, after the sequence) binary tree traversal, and the total number of tree nodes, a few leaves, tree height algorithms. Completion queue abstract data types of sequence, chain and realize that. And above the level established by the binary tree traversal.
完成队列抽象数据类型的顺序、链式表示与实现。并对上面建立的二叉树按层次遍历。
-1) list for binary storage structure, to write the establishment of binary tree, the first sequence (in sequence, after the sequence) binary tree traversal, and the total number of tree nodes, a few leaves, tree height algorithms. Completion queue abstract data types of sequence, chain and realize that. And above the level established by the binary tree traversal.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
binarytree
..........\binarytree
..........\..........\BinaryTree
..........\..........\..........\BinaryTree.cpp
..........\..........\..........\BinaryTree.dsp
..........\..........\..........\BinaryTree.dsw
..........\..........\..........\BinaryTree.h
..........\..........\..........\BinaryTree.ncb
..........\..........\..........\BinaryTree.opt
..........\..........\..........\BinaryTree.plg
..........\..........\..........\BinTreeNode.cpp
..........\..........\..........\BinTreeNode.h
..........\..........\..........\LinkedQueue.cpp
..........\..........\..........\LinkedQueue.h
..........\..........\..........\SeqQueue.cpp
..........\..........\..........\SeqQueue.h
..........\..........\..........\test.cpp
..........\binarytree
..........\..........\BinaryTree
..........\..........\..........\BinaryTree.cpp
..........\..........\..........\BinaryTree.dsp
..........\..........\..........\BinaryTree.dsw
..........\..........\..........\BinaryTree.h
..........\..........\..........\BinaryTree.ncb
..........\..........\..........\BinaryTree.opt
..........\..........\..........\BinaryTree.plg
..........\..........\..........\BinTreeNode.cpp
..........\..........\..........\BinTreeNode.h
..........\..........\..........\LinkedQueue.cpp
..........\..........\..........\LinkedQueue.h
..........\..........\..........\SeqQueue.cpp
..........\..........\..........\SeqQueue.h
..........\..........\..........\test.cpp