资源列表
Sorting
- sorting programs - bubble, heapsort, insertion and merge sort-sorting programs - bubble, heapsort, insertion and merge sort
Sorting1
- C programs for merge sort, merge sort rec, quick sort, selection sort, radix sort
cirque-n-d-que
- Circular queue and dq-Circular queue and dqueue
que-array-n-linled-list
- program of queue using array n linked list
link
- 线性顺序表操作——插入、删除、合并、排序、查找-Linear order table operation- insert, delete, merge, sort, find
eight-queens
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。 可以通过更改程序中define 的n 的值将其改为任意个数的皇后问题 -Eight queens pr
huffman
- 经典的算法,自己写的源代码,还加了注释的-Classical algorithms, write their own source code and added a annotation
C-algorithm-for-fine-Daquan
- 精编C算法大全,最近收集的最经典的c程序算法-C algorithm for fine Daquan
convhull_woosuke
- CONVUHALL Source Sorted bt merge
fibonaqi
- 斐波那契 式子计算,属于算法类的 用于VC6.0-Fibonacci calculation formulas, algorithms are used to VC6.0++ class
linjiebiao
- 用邻接表实现对图的编程,并且可以求出最短路径-Map with the adjacency list implementation of the programming, and can find the shortest path
wanmei-shu
- 如何求小于10000的所有完美数?并将程式写的有效率?-How to find all the perfect numbers less than 10000? And to write efficient programs?
