资源列表
BigInt
- 超大整数类,支持加减乘除取余等功能,用数组实现-Large integer class to support Math modulo functions, with the array to achieve
PdhCgD9x
- 数据结构...哈夫曼编码... C++实现的数据结构算法
hanoi
- 用C语言递归算法实现的n层hanoi塔问题解决
tjyj
- 2. 数据结构:设计存储中间结果及中间代码(四元式)的数据结构; 3. 算法:递归下降分析法的实现;
main
- 多种排序的比较给定N个int类型(自定N的上限M,例如M=100000,N的取值不能少于10000)的整数,分别使用插入排序、快速排序、归并排序和堆排序方法进行升幂排序。-Comparison of a variety of sorting a int type of the given N (since N limit set M, for example, M = 100000, N values can not be less than 10000) and integer, respec
LCSProblem
- LCS算法: 通常两个字符串的最大公共子串的问题是通过下面的算法来完成的: 把字符串1(长度m)横排,串2(长度n)竖排,得到一个m×n的矩阵c,矩阵的每个元素的值如下,如果m[i]=n[j],则c[j][i]=1,否则,c[j][i]=0。然后找出矩阵中连续是1的对角线最长的一个,则对角线的长度就是公共子串的长度.-LCS algorithm: often the two most common sub-string string problem is through the fol
Main
- another file data structures
gfh
- 链表上的基本操作实现 在单链表存储结构上实现基本操作:初始化、创建、插入、删除、查找、遍历、逆置、合并运算。-Basic operations on the linked list implementation
KDegree_SpanningTree
- 度限制生成树 贪心方法
sort
- 数据结构中各种排序的算法,可能有不足之处!!!大家帮着添加下-Data structure in a variety of sorting algorithms, there may be deficiencies! ! ! We helped to add the next! ! !
Attemper
- 数据结构实验中的车厢调度程序!希望对大家有用!
