资源列表
Boyer-Moore-Hospool
- 匹配算法,Boyer-Moore-Hospool匹配算法 这个算法在大文件中搜索小pattern有很高效率。 推荐用来代替strstr() 这个实现我没有测过,不过应该不会有大问题。 C++的代码,容易使用:) -matching algorithm, Boyer - Moore-Hospool matching algorithm The algorithm in document search small pattern has a high efficiency
kmp
- KMP,数据结构中快速搜索KMP算法的C语言实现
MiniSpanTree
- 我自己编写的一个C++ kruskal最小生成树程序,希望可以对初学者有所帮助,错误难以避免,希望大家谅解
zxprishu
- 晕个是最小生成树Prim算法,现在在建模,急用算法,希望能够能过站长的审核
function
- 建立function过程,以及调用function过程。-Create function process and the process of calling function.
four-color-map-coloring
- 四色图着色问题,离散数学的经典算法,用c实现,输入一个图,用小于4种颜色着色-four-color map coloring, Discrete Mathematics classical algorithm, using c realize that the importation of a map, with less than four colors Coloring
wll
- 网络流算法,自己写的实现最大流问题的好方法,是用邻接表实现的ISAP,网上可是很少的哟-Network flow algorithm, a good way to write your own to achieve the maximum flow problem, is the ISAP adjacency list online but few yo
links
- 用一组地址任意的存储单元存放线性表中的数据元素-It is a set of address any of the storage unit in the table for linear data elements
lianbiao
- 本程序主要是让初学数据结构的朋友借鉴之用,这里使用的是链表,希望能给朋友们些许帮助。-This procedure is mainly used for beginner data structure from a friend, here is the list, I hope to give a little help from my friends.
HeapSort
- 希尔排序和折半查找的程序,可以运行。 数据类型是整形。
queue
- 双向链表的初始化 建立 输入输出 以及倒叙 删除 增加
fibonacci
- 此程序实现了利用矩阵连乘方法求fibonacci数列,文档里面包含我的求解思路-This program implements the use of matrix multiplication method for solving even the fibonacci series