资源列表
stack
- 栈源码,链式栈的各种操作,栈的应用实例:包括符号匹配,数制转换,表达式求值-Stack source, the various operations chain stack, the stack of the application examples include: symbol matching, number system conversion, expression evaluation
AVLtree
- 数据结构AVL树,实现了AVL所有的功能,。在AVL树中任何节点的两个儿子子树的高度最大差别为一,所以它也被称为高度平衡树。查找、插入和删除在平均和最坏情况下都是O(log n)。增加和删除可能需要通过一次或多次树旋转来重新平衡这个树-let s go
doubleList
- 双链表由于双链表的对称性,在双链表能能方便地完成各种插入、删除操作。 -let s go
HuffmanTree
- 有关哈夫曼树编码解码的vc++程序,利用文件解决两机之间的编码解码-Huffman tree codec on vc++ program
paixusuanfa
- 常用排序算法的性能比较,堆排序、快速排序、基数排序等-Comparing the performance of commonly used sorting algorithm, heap sort, quick sort, radix sort, etc.
SBT
- 利用线段树套平衡树查询区间第K大数,并满足修改操作,复杂度log^2(n)-Balanced tree using segment tree sets large numbers query interval s K, and operations to meet the changes, the complexity of log ^ 2 (n)
red-black-tree
- 红黑树算法的实现,排序,插入,性能比较等-Red-black tree algorithm, sorting, inserting, performance comparison
one-yuan-polynomial-calculations
- 实现两个一元多项式的相加。用链式存储方式表示多项式。-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results
1
- 简单的骑士遍历程序,程序简单易懂,运行界面简单-Knight simple traversal procedures, procedures easy to understand interface, simple operation
BiTree
- 实现以二叉链表存储二叉树,以先序遍历的方式构造二叉树,并输出先序,中序,后序遍历结果-Binary list stored in the realization of a binary tree to be the first way of traversing a binary tree structure, and outputs the first order, in sequence, the result after traversing
BinaryTree1.2
- 异质二叉树的实现,增加删除查找,vs2005-The realization of heterogeneous binary tree, vs2005
Data-structures
- 数据结构算法与应用-C++语言描述,学习数据结构的好资料-Data structures algorithms and applications-C++ language descr iption
