go top

quick sort

  • 快速排序:一种排序算法,最早由东尼·霍尔提出。在平均状况下,排序n个项目要O(nlogn)次比较。在最坏状况下则需要O(n^2)次比较,但这种状况并不常见。快速排序通常明显比其他算法更快,因为它的内部循环可以在大部分的架构上很有效率地达成。

专业释义英英释义

  • 快速排序 - 引用次数:8

    This paper brings forward a new high efficient quick sort algorithm comparing with several algorithms whose performances are O(nlbn).

    为此,对比效率同为O(nlbn)的其他排序算法,提出一种新的高效快速排序算法。

    参考来源 - 高效快速排序算法研究
    快速分类
    快速排序法
  • 快速排序 - 引用次数:1

    参考来源 - 蛋白质三级结构比对方法及其应用
  • 快速分类

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

Quicksort

  • abstract: Quicksort, or partition-exchange sort, is a sorting algorithm developed by Tony Hoare that, on average, makes O(n log n) comparisons to sort n items. In the worst case, it makes O(n2) comparisons, though this behavior is rare.

以上来源于: WordNet

双语例句原声例句权威例句

  • Based on the discussion of quick sort algorithm, a new algorithm, position computing, is proposed.

    快速排序是交换排序方法,是过程简单冒泡排序的一种改进算法

    youdao

  • This article proposes a quick sort method based on the machine code of floating point numbers, which can sort the floating point numbers distributed at random.

    本文提出一种任意分布浮点进行排序快速排序方法基于浮点数的编码,具有速度快、实现简单、实用的特点。

    youdao

  • It's proved by algorithm analysis and experimental results that the new sorting algorithm is better than the quick sort when data are in little gap distribution.

    算法分析实验结果表明排序数据间隔不太大的情况下,迁移排序算法在速度上明显优于快速排序算法。

    youdao

更多双语例句
  • To sort of give you a quick taste, if after my death I won't exist, how could anything be bad for me?

    让你们先来体会一下,如果在我死后,我不存在了,对我来说怎么会有坏事情?

    耶鲁公开课 - 死亡课程节选

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

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

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