merge-sorting
基本解釋
- n.合并排序
英漢例句
- Search algorithm, definition of sort, insertion sort, quick sort, optimal sort time, merge sort, Heap sort, radix sort, summarize of sort algorithms.
搜索算法;排序定義;插入排序;快速排序;最優(yōu)排序時間;歸并排序;堆排序;基數(shù)排序;排序總結(jié)。 - Quick sort and merge sort have the same time complexity on average cases but differ on the worst cases.
快速排序和歸并排序在一般情況下有相同的時間復(fù)雜度,但是在最壞情況下卻有所不同。 - Empirical tests showed it to be as fast as a highly optimized quicksort.A quicksort is generally considered to be faster than a merge sort but isn't stable and doesn't guarantee n log(n) performance.
比如成績單,一開始可能是按人員的學號順序排好了的,現(xiàn)在讓我們用成績排,那么你應(yīng)該保證,本來張三在李四前面,即使他們成績相同,張三不能跑到李四的后面去。 - A Fast Merge Sorting Algorithm Based on LARPBS
基于流水光總線模型的快速歸并排序算法 - The Catenulate Realization Mode of Two-way Merge Sort
二路歸并排序的鏈式實現(xiàn)方式