搜索资源列表
Java 二叉树的遍历
用java对数据结构的编写,二叉树的三种遍历
二叉树的所有程序
- 二叉树的结点数,叶子数,深度,遍历,非递归的遍历等等!!!
树的枚举
- 解决了自由树等的枚举问题 HOJ 1063 Tree(I) 1064 Tree(2)
B树的图形化显示插入删除
- 使用C++编写成的关于B-树的插入和删除,动态展示变化。
树的遍历操作
- 主要用MFC实现树的递归前序,中序,后序遍历,中序非递归遍历
二叉树的数据结构
- 二叉树的数据结构
顺序二叉树和树的复制及哈夫曼编码
- 顺序二叉树和树的复制及哈夫曼编码-sequence binary tree and the tree reproduction and Huffman coding
二叉树的各种操作
- 二叉树的各种操作,实现插入,查找,删除等功能-binary tree operation, and achieve insert, search, delete function
树遍历
- 有关树的遍历问题-the tree traversal issue
二叉树的实现
- 二叉树的虚拟实现 c语言版-binary tree virtual achieve c language version
二叉排序树的中序遍历
- 二叉排序树的中序遍历-two forks of trees were preorder
哈夫曼树的建立
- 本程序实现哈夫曼树的建立,是数据结构编程的其中一个内容,使用C语言篇写-the Huffman tree procedures to achieve the establishment of the data structure of a programming content, the language used to write C
二叉排序二叉树的建立
- 二叉排序树的建立是数据结构中许多二叉树算法实现的基础,本程序输入节点时,以-1表示输入结束-two forks of the tree data structure is the establishment of many of the binary tree algorithm based on the input node procedure, said the importation of 1 to the end
各种二叉树的数据结构
- 按先序扩展序列建立二叉树,先序、中序、后序遍历的递归算法,二叉树遍历的非递归算法,层次的非递归算法,求二叉树的深度。-sequence extended by the first sequence established binary tree, first sequence, sequence, after the preorder the recursive algorithm, the binary tree traversal
二叉树的各种遍历操作(非)递归
- 数据结构的基本应用,二叉树的遍历。适合初学者,比较简单。 -the basic data structure application binary tree traversal. For beginners, relatively simple.
树的遍历
- 树的遍历,包括数的建立、存储、遍历-tree traversal, including several of the establishment, storage, traverse ... ... ... ... ...
二叉搜索树的创建与遍历
- 简单描述了一个二叉搜索树的创建,并且进行先序,后序,中序遍历。(A simple descr iption of the creation of a two fork search tree, and the first order, after the order, in the order traversal.)
二叉树的高度和宽度
- 求二叉树的高度及宽度采用递归算法和非递归算法(Find the height and width of the two tree)
4、二叉树的应用
- 在计算机科学中,二叉树是每个节点最多有两个子树的树结构。本程序能够实现二叉树的创建、先序、中序、后序、层次遍历、计算高度等功能。(In computer science, a two tree is a tree structure with two subtrees at each node. This program can realize the creation of two binary tree, first order,
BST二叉树的基本操作
- BST二叉排序树的插入、查询、删除、遍历 (中序遍历 从小到大)(The basic operation of the BST two forked tree.Inserting, querying, deleting, traversing two forked sort trees.)