资源列表
SortTest
- 各种排序算法的实现,包括快速排序、归并排序、二路插入排序等-Implementation of various sorting algorithms, including the quick sort, merge sort, insertion sort, etc. È r
KMP
- KMP算法的具体实现,能够在O(n+m)时间内找出字串在父串中的位置,n为父串长度,m为字串长度-KMP in the proposed algorithm, can be O (n+ m) time to find the string in the parent string position, n the parent string length, m for the string length
2513
- poj上的第2513题,用字典书、并查集、欧拉回路实现,语言是C-poj the first 2513 title, the book with a dictionary, and check collection, Euler circuit implementation language is C++
2533
- poj上的第2533题,用dp实现求一个字符串的最长递增子序列,时间是O(n),语言是C-poj the first 2533 title, with dp achieve demand a string of the longest increasing subsequence, the time is O (n), the language is C++
2965
- poj上的第2965题,用广度优先算法加上位运算实现,语言是C-poj the first 2965 title, with added-bit computing breadth-first algorithm implementation language is C++
2362
- poj上的第2362题,用深度优先算法加上强剪枝实现组成正方形的算法,语言是C-poj the first 2362 title, with depth-first algorithm to achieve the composition of a square with strong pruning algorithm, the language is C++
Netherlandsflag
- 荷兰旗问题,数据结构中比较简单的问题,复杂度为O(n)。-Dutch flag issue
onlineplanner1
- this is implementing elliptic cryptography in accordance with diffie hellman
CURVE
- Curve Testing Descr iption
KnapSack1
- knapsack problem to get maximum profit
quickSort
- 快速排序的算法,只需要实现对应的接口就能对各种对象排序.-Quick sort algorithm, only need to implement the corresponding interface can be sorted on various objects.
eightqueen
- 八皇后问题 回溯法 每个皇后的横 竖 斜方向不能有其他皇后-Eight queens problem backtracking oblique horizontal and vertical direction of each queen can not have other Queen
