搜索资源列表
66
- 通过和用户交互的形式,按照先序遍历输入一个二叉树,二叉数采用数组的结构存储,按层次遍历给结点编号,父亲结点和左右孩子通过两个公式联系,如父亲结点是i,则左孩子为2i+1,右孩子为2i+2.初始数组均被赋成星号,用户理论上可以输入ASCII码以内的任何值,但为了利于验证,只能输入可见字符(除作为标志的星号,回车表示该结点没有数据). 该程序的先序建树,先序输出以及中序输出是采用栈和循环实现的,后序输出是用递归来实现的,在先序建树子程序中,利用反逻辑,将叶子结点,树建完成,和用户输入回车等情况用
twotrees
- 二叉树的数据结构算法 包括二叉树的创建、遍历、输出等,可以作为课程设计的原材料-Binary tree data structure algorithms, including tree creation, traversal, output and so on, can be used as raw materials for curriculum design
Maptheepthoftraversal
- 数据结构对二叉树的深度遍历用进栈,出栈的方法。-The depth of the binary tree data structure traversal to use into the stack, a stack method.
erchashu
- 数据结构中的二叉树算法,可用于数据结构的实验-In the binary tree data structure algorithms, data structures can be used for experiments
5551
- 利用数据结构的知识生成一颗二叉树,利用非递归的算法遍历二叉树,主要借助栈来遍历二叉树-Data structures generated using a binary tree of knowledge, use of non-recursive binary tree traversal algorithm, the main stack to traverse binary tree with
66666
- 创建一颗线索二叉树,主要利用了数据结构的知识和递归算法,最后能够遍历整颗树的信息-Creating a threaded binary tree, the main advantage of the knowledge and recursive data structures algorithms, and finally be able to traverse the whole tree information
shu
- 数据结构C语言版 二叉树的三种遍历 简单易实现-C-language version of the binary tree data structure traversal is simple and easy to achieve three
AVLTree
- 平衡二叉树,适合广大数据结构与算法爱好者学习,进阶算法的良计-Balanced binary tree, for the majority of enthusiasts to learn data structures and algorithms, advanced algorithms Liang meter
BTree
- 一个BTree类实现上述数据结构,每个BTree的实力代表一个二叉树-A BTree class implements the data structure, the strength of each representative of a binary tree BTree
jisuanqi
- 数据结构的课程设计,用二叉树实现一个计算器功能,欢迎下载-Data structure curriculum design, binary tree using a calculator function, please download
shujujiegou
- 数据结构课程设计报告(仓库管理系统、通讯录管理系统、猴子选大王、二叉树叶子结点链成单链表)-thank you
data-structure-algorithm-code
- 使用Visual Studio 2010开发了数据结构算法演示程序,包括二叉树,栈,线性表的演示。-we use Visual Studio 2010 software to design data structure algorithm code
ulib-2.0.1_src.tar
- c语言下的高效算法库,包括常用数据结构二叉树、avl、红黑树等以及加解密算法的封装。-The ULIB is a collection of efficient building blocks for developing high-performance and scalable systems in C and C++. These building blocks mainly cover, multithreading, parallel computing, efficient data
BitTree_ADT
- 二叉树最基本的一些内容,是数据结构书上的例子-Some of the basic binary content, is an example of the data structure of the book. . .
DS
- 数据结构C/C++重点程序代码:哈弗曼编码、表达式求值、二叉树应用、链表排序等-Data structure( C/C++ program code):Huffman coding, expression uation, the application of binary tree and chain table sorting, etc
Java-binary-tree
- 用Java编写的二叉树的数据结构,包括二叉树的每个节点的值,以及各子树的指针。 -Written in Java binary tree data structure, including the value of each node of a binary tree, and each sub-tree pointer.
InBiThrTree
- 数据结构课程设计【中序线索二叉树】的相关算法。包括中序线索化算法、中序遍历线索二叉树、求父亲结点算法。-[Including] inorder threaded binary algorithm in order clues, clues to binary tree traversal, seeking parent node algorithm and destructors
tree
- 二叉树,二叉树的实现插入删除以及增加数,是数据结构必修的一类代码 -The realization of binary tree, binary tree insert increasing number, deleting, and is a compulsory class of data structure code
examble
- 数据结构二叉 搜索树的实现很好的例子!不错,很好(The realization of the data structure of binary search tree good example!)
44996957
- 数据结构二叉 搜索树的实现很好的例子!不错,很好()