搜索资源列表
main2
- quicksort algorithm, very fast and efficient written in c source code enjoy it
masters_thesis_code.tar
- Michael G. Ross (mgross@ai.mit.edu) MIT Artificial Intelligence Lab October 3, 2-The Segmentation.cc file originally contained a quickSort function taken from the book Numerical Recipes in C. Recently I became aware that the NRC authors prohi
Quicksort
- 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort (Quicksort) is an improvement on the bubble sort. By CAR Hoare in 1962. The bas
algo004
- 斯坦福机器学习公开课作业快速排序的作业答案,python实现,运行结果已经经过验证-Stanford machine learning open class jobs quicksort job answer, python implementation, the results have been proven
