快速排序 meaning in Chinese
qksort
quick sort
quicksort
sort, quick
Examples
- Quicksort algorithm based on the theory of division - and - conquer and recursion
基于分治与递归策略的快速排序算法 - Generic string sort routines . i prefer to use the ' non - pure ' quick sort unless you have a good reason to choose another routine
这是一个普通的串排序例程。我更喜欢使用这个'不纯粹的'快速排序算法,除非你有一个更好的理由来选择其它的例程。 - Search algorithm , definition of sort , insertion sort , quick sort , optimal sort time , merge sort , heap sort , radix sort , summarize of sort algorithms
搜索算法;排序定义;插入排序;快速排序;最优排序时间;归并排序;堆排序;基数排序;排序总结。 - String sort routines : quick , merge , sele - generic string sort routines . i prefer to use the ' non - pure ' quick sort unless you have a good reason to choose another routine
这是一个普通的串排序例程。我更喜欢使用这个'不纯粹的'快速排序算法,除非你有一个更好的理由来选择其它的例程。