go top

merge sort algorithm

网络释义专业释义

  归并排序算法

...):将子问题的结果合并成原问题的解 University of Science and Technology of China 32 归并排序算法Merge sort algorithm) :把n个元素分成各含n/2个元素的子序列; :用归并排序算法对两个子序列递归地排序; :合并两个已排序的子序列以得到排序结果。

基于20个网页-相关网页

  • 合并排序算法

·2,447,543篇论文数据,部分数据来源于NoteExpress

双语例句原声例句

  • Emad Omara's parallel merge sort algorithm assumes that you will have full access to the machine's CPUs for the duration of the sorting operation.

    Emad Omara并行合并排序算法假设了在排序操作的过程(操作者)对计算机的所有CPU具有完全访问权限。

    youdao

  • Merge-sort is not an inherently parallel algorithm, as it can be done sequentially, and is popular when the data set is too large to fit in memory and must be sorted in pieces.

    合并排序本身并非并行算法因为可以顺序执行数据内存无法容纳必须分片保存的时候,经常使用合并排序。

    youdao

  • Use merge sort, in a binary search algorithm complexity: nlogn, n number two together, if can equal to a specific number m, the output yes, otherwise no output.

    说明:运用归并排序二分法查找算法复杂度nlognn个数两两相加等于特定m,则输出yes否则输出no

    youdao

更多双语例句
  • Well, we saw the teaser in terms of that animation that suggests this merge sort algorithm when implemented by a computer is absolutely faster.

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

    哈佛公开课 - 计算机科学课程节选

  • If I'm using algorithm that I'm now calling merge sort, T the running time involved in sorting N elements, T of N, you know, is just the same as running the algorithm for the right half, plus what's this plus N come from?

    如果我用归并排序算法,对N个元素其运行时间,就等于此算法一半元素的运行时间,另一半的运行时间,再加上N,这个N是什么呢?

    哈佛公开课 - 计算机科学课程节选

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定