Merge sort

美 [mɜːrdʒ sɔːrt]英 [mɜːdʒ sɔːt]
  • 网络归并排序;合并排序
Merge sortMerge sort
  1. An Optimization of a Fast Merge Sort Algorithm

    快速合并分类算法的优化

  2. This paper describes an improved fast merge sort algorithm and its implementation on a microcomputer .

    本文介绍一种改进的快速合并分类算法及其在微机上的实现。

  3. A study on 2 - way merge sort

    二路归并排序的研究

  4. Let 's run merge sort on it , and then we 'll look at the code .

    让我们在这个列表上运行归并排序,然后我们在看一下代码。

  5. Let 's do selection and let 's do merge sort here on the right just to see what actually happens .

    中间进行选择排序,右边进行归并排序,看看会发生什么。

  6. A method of sorting particles based on the parallel sorting algorithm " odd-even merge sort " has been proposed .

    提出了一种使用“奇-偶合并排序”来进行高效的粒子距离排序的方法。

  7. The Catenulate Realization Mode of Two-way Merge Sort

    二路归并排序的链式实现方式

  8. We also give the key algorithms included in the search engine : the word split algorithm , the merge sort algorithm and the large file processing technology .

    给出搜索引擎中包含的关键技术算法:分词技术、多路归并算法和大文件处理技术;

  9. Merge sort takes this idea of divide and conquer , and it does the following : it says let 's divide the list in half .

    归并排序以如下的步骤使用了分治思想:,把列表分成两半:,下面就是分治。

  10. Well , we saw the teaser in terms of that animation that suggests this merge sort algorithm when implemented by a computer is absolutely faster .

    我们从前面的动画中可以看到,这个归并排序算法在计算机上实现之后,绝对比其他算法更快。

  11. In various of sort algorithms based on comparative operations , the well-known merge sort algorithm is the fastest but at the expense of more extra memory space .

    在用各种比较操作进行分类的算法中,著名的合并分类(MergeSort)法的分类速度最快,但它要以较大的额外存贮空间为代价。

  12. OK , what I would like you to see is I 've been printing out , as I went along , actually let 's back up slightly and look at the code . There 's merge sort .

    好的,我想让你们看就是我运行过后,打印出来的结果,我们再回头看一下这段代码,这就是归并排序,输入一个列表。

  13. Algorithm complexity of two & way polyphase merge external sort

    二路多步归并外分类的算法复杂度

  14. The Algorithm of Bitonic Merge - Sort

    二分归并排序算法