搜索资源列表
proSort
- c语言快速排序算法简单实现-quick sort
kuaisupaixu
- 快速排序算法,C语言,参考数据结构书籍而编写的!-Quicksort algorithm, C language, reference data structure books written!
quicksort
- 用c语言实现的快速排序。快速排序效率较高,但可靠度相比其它排序算法而言较低。-Using c language quick sort. Quick Sort efficient, but in terms of reliability is low compared to other sorting algorithms.
QuickSort
- 在VS 2008中,用C语言写的快速排序算法。不用多余的数组,直接对原数组进行排序。在递归调用中,对于【数组组就是数组首地址】的理解会更加通透。-In VS 2008, using C language to write quick sort algorithm. No extra array directly to the original array to be sorted. In the recursive call, the group is the first address of
sort
- 数据结构排序问题,一些基本的排序算法的C语言实现。-The sort of data structures.
ShellSort
- 程序才用c语言编写,实现希尔排序功能,算法复杂度为以2为底logn,另外有红黑树源码-Procedures before using the c language to achieve Hill sorting algorithm complexity is base 2 logn, another red-black tree Source
quick-sort
- 基本排序算法,快速排序的c语言版本,适合新手学习。-Basic sorting algorithm, quick sort c language version, suitable for beginners to learn.