资源列表
KMP
- 著名的KMP算法 实现快速字符串匹配 其中还包括失效函数的实现
eight-queens
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。 -Eight queens problem is an ancient and well-known pr
programa-base-pilha
- rprograma fatorial pilha
InsertionSort01
- 插入排序: 功能:排序 时间复杂度:o(n*n) 空间复杂度:o(n) 原地排序-Insertion sort: Features: Sorting Time complexity: o (n* n) Space complexity degrees: o (n) Place sorting
stack-data-structure
- 数据结构中堆栈的演示 非常详细和简单 可以供大家参考下-Demonstration stack data structure for your reference
C-tuopu
- 该文件能实现拓扑排序算法, 一链表为数据存储的容器-The file to the topological sorting algorithm, a linked list for data storage container
queen
- N皇后问题(含八皇后问题的扩展,规则同八皇后):在N*N的棋盘上,放置N个皇后,要求每一横行每一列,每一对角线上均只能放置一个皇后,问可能的方案及方案数。-queen question
f
- 用栈和队列实现的回文判断源代码 数据结构书中的c++实现-by c++
dfs
- 通过位运算实现可输入数据的八皇后运算问题-By bit arithmetic the eight queens operator input data
Lincombine
- 链表合并啊,就在链表可以的情况下就进行合并了,很厉害的说,自己看看吧-List merge ah, in the case of lists can be combined on a very powerful, said he see it
Linked-List
- 一个简单的数据结构例子,用于自动建立一个单链表-A simple example of the data structure used to automatically create a single list
MergeSortL
- 归并排序的python实现,使用了邻接表,效率更高一些-Merge sort python implementation that uses the adjacency list, a number of more efficient