资源列表
algorithm
- C语言常用算法,利用vc++运行实现几种c的常用小算法,短小精悍-C language commonly used algorithm
huffman
- 哈夫曼树的算法,小程序,测试完全可用,数据结构-Huffman tree algorithm, program, test fully available
Merge-sort
- 实现归并排序,随机生成500个随机数,利用归并排序对这500个数排序-Merge sort, a randomly generated 500 random numbers using the sort of merge sort this 500 number
Selection-Sort
- 选择排序,随机生成500个随机数,并用选择排序对着500个数进行排序-Selection sort, randomly generated 500 random numbers, sort and select Sort facing the 500 number
Queen
- 八皇后问题的简单实现,运用回溯方法,可是-Simple implementation of the eight queens problem, the use of retrospective methods
Hill-sort
- 希尔排序,随机生成500个随机数,并用希尔排序对这500个数进行排序。-Hill sort randomly generated 500 random numbers, and sort Hill sort this 500 number.
Bubble-Sort
- 冒泡排序,随机生成500个随机数,并用冒泡对这500个随机数进行排序。-Bubble sort, randomly generated 500 random numbers, and the bubbling of these 500 random numbers to sort.
Quick-sort
- 快速排序,随机生成500个随机数,并用快速排序对这500个随机数进行排序。-Quick sort, randomly generated 500 random numbers, and sort these 500 random numbers using quick sort.
opus4
- bluno preise的c++数据结构源代码-the
Nixu
- 输入一个序列,并给出逆序,则会对这个序列进行排序。-Enter a sequence, and gives the reverse, is sort of this sequence.
KMP-algorithm
- c++文档 KMP算法的实现及注释 有详细的文档说明-KMP algorithm c++ document to achieve a detailed documentation and notes
Huffman
- huaffman算法的代码实现,用C++语言实现了该算法,是比较经典的程序。-the algorithm huaffman the code implementation, implements the algorithm C++ language is a classic program.
