资源列表
circlequeue2005
- 把数据结构里面的双向队列实现了,可以方便大家用来学习。
haffman
- 这是一个实现哈夫曼树的算法。是用C语言实现的。-This is an implementation Huffman tree algorithm. Is to use C language implementation.
Splay_tree
- Splay树(伸展树)数据结构及简单运用,用C++实现,适合学习-Splay tree
paixu
- 程序里有5个经典的排序算法,大学程序设计实验必学的-The five classic sorting algorithms in the program University program designed experiments will learn
Graph
- 数据结构中模拟图算法的演示系统,实现一些图算法的基本功能-Data structure to simulate the demonstration system graph algorithms, graph algorithms to achieve some of the basic functions
General-List
- 广义表 基本操作:    InitGList(&L)   操作结果:创建空的广义表L。CreateGList(&L,S) 初始条件:S是广义表的书写形式串。操作结果:由S创建广义表L。DestroyGList(&L) 初始条件:广义表L存在。操作结果:销毁广义表L。CopyGList(&T,L) 初始条件:广义表L存在。操作结果:由广义表L复制得到广义表T。GlistLength(L) 初始条件:广义表L存在。操作结果:求广义表L的长度,即元素个数。GlistDep
Map-color-filling-problem
- 数据结构,地图查找问题,编译环境 Visual C-Data structure,Map color filling problem, Visual c++ compiler environment
KMP
- KMP算法 最常用的用于字符串处理的算法(KMP Algorithm for string processing)
Primalgorithm
- 普里姆算法求最小生成树(邻接表存储),用c++描写的,数据结构中的-Prim algorithm for minimum spanning tree (adjacent table storage), with c++ descr iption, data structure
SpatialAnalysis
- 简单的空间查询功能,可以为初学者提供帮助。-Simple spatial query function, can provide help for beginners.
zuhe
- 组合问题,从M个不同字符中任取N个字符的所有组合
C-Common-algorithm---Set
- 一个C语言常用算法集,里面会有你用得着的算法,错误之处,请君等自己修正后在使用。-A set of C language commonly used algorithm, which algorithm will you need it, mistakes, inviting the use of their own, such amendments.
