资源列表
c_methods_of_quick_sort
- 几种快速排序的方法,对int类型数组排序,对char类型数组排序,对double类型数组排序,对结构体一、二级排序,对字符串进行排序,计算几何中求凸包的cmp-Several methods of quick sort, sort array of type int, the type of char array to sort, sort array of double type of the structure of primary and secondary sort, sort of s
poj1988(AC).cpp
- poj1988,并查集。为了挣一点分数上传,呵呵。-solution to poj1988.
main
- 数据结构的入门问题之一,迷宫求解问题。具体要求是自定义迷宫,然后找到一条出路-One of the entry data structure, maze solving the problem. Specific requirements of a custom maze, then find a way out
sudoko
- Its a simple cpp program toh build and solve a SUDOKU
lianbiao
- c语言环境下的一个简单的线性链表的插入与删除的源代码-c language environment is a simple linear linked list insertion and deletion of source code
zoj1992
- zju 1992 acm algoruthm 算法题
ysf
- C语言实现约瑟夫环通过总人数和最大报数值找到幸存者-ysf loop
merge
- 归并排序,数据结构上机的作业 输出是树状的结构-Merge sort, the data structure of machine operation output is the structure of the tree
Minimum-spanning-tree
- 网的邻接矩阵存储(数组表示)、简单输出,最小生成树,采用Prim算法实现最小生成树。-Network adjacency matrix storage (array representation), a simple output, minimum spanning tree, minimum spanning tree using Prim algorithm.
qs
- 快速排序的高效实现,是排序基本算法之一,经过重写,效率更好-rapid sequencing of the efficient implementation of the basic sorting algorithm, after rewritten to better efficiency
bahuanghou
- 八皇后的一个小游戏的c语言实现,有空可以下了看看。
8_QUEENS
- 八皇后问题:八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight Queen s question: Pat s problem is an ancient and well-known problem is a typical example of backtracking algorithms. The pr