搜索资源列表
曼哈夫树
- 这是一个有关哈夫曼编码的软件,包括哈夫曼的编码和翻译.-A program shows how to implement the Huffman code contains encoding and decoding
非递归遍历一
- 本文用C语言实现了双链表结构树的前中后序非递归遍历-Using C language of the Double Chain structure tree before, during and after non - recursive traversal sequence
线索树
- 本文用C语言实现了有关线索二叉树的一系列算法-Using C language of the clues to a series of binary tree algorithm
二叉树的高度程序!
- 本文用C语言实现了求二叉树深度的程序,数据结构采用链表-Using C Language for the depth of procedures binary tree data structure used Chain
构建哈夫曼树
- 利用C语言构建哈夫曼树 能够模拟哈夫曼树的构建过程,对理解有帮助-C language Construction Huffman tree to simulate the Huffman tree building process, help to understand
greedy_three
- 用贪心算法求最小生成树的问题是可以由这个程序来实现的。它求出在一棵树中哪些边组成的通路具有最小的权值。-with greedy algorithm for the minimum spanning tree problem can be resolved by this procedure to achieve it. It obtained in a tree in which the edge of the pathway with minimum weight.
wangxinwen
- 树的建立,各种遍历(先根递归,先根非递归,中根递归,中根非递归,后根递归,后根非递归,层次遍历,最近公共祖先的查找,树的删除-tree establishment of various traverse (first - recursive and non - recursive first root, root recursive and non - recursive root, root recursive, non - recursive root level, traverse, th
ThreadTree
- 清华殷人昆版数据结构c++版,线索化二叉树调试成功-Qinghua Queensland Yin Dynasty data structure c edition version of a binary tree debugging clues success
BSTtsinghua
- 清华殷人昆版数据结构c++版,二叉搜索树的说有算法调试成功-Qinghua Yin Dynasty Queensland version data structure c version, binary search tree algorithm is that the success of debugging
build_tree_using_pre_and_ino
- 运用前序和中序建造树
RecurTravFileTree
- 一个递归遍历系统中文件树的经典程序并赋关键代码的文档说明,是学习递归的极好例子.
B_Tree
- 用控制台实现了经典的数据结构B树,可以通过测试文件.txt加载已有的B树,有插入,删除,查找的功能,加深对数据结构的理解。
vtree
- 异质树的实现,程序具有良好的交互性.可实现按层次遍历.
InverseIndex
- 使用B+树实现文件倒排索引,查找关键词染色,根据出现频率排序
XML_SP
- 大型XML数据解析器,生成解析树,可进行插入、删除、查找等操作
rbtree
- 创建红黑树,可以对红黑树进行插入和删除操作.
BinTree11
- 二叉树的建立和遍历
BinTreeExp
- 二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in t
AVLTree
- AVL树的实现,其中包括BST树的建立以及平衡函数-AVL tree realize, including the BST tree set up and strike a balance between function and so on
SuffixTree
- 重要算法后缀树的实现,非常实用-Important algorithm for the realization of the suffix tree