Heap Sort中文,Heap Sort的意思,Heap Sort翻译及用法

2026-04-13 09:16 浏览次数 20

Heap Sort

英[hi:p sɔ:t]美[hip sɔrt]

群分类;[计] 堆分类

Heap Sort 片语

片语

weak-heap sort弱堆排序法

heap sort threshold堆排序阀值

solid heap sort立体堆排序

heap sort program堆排序程序

Achieve Heap Sort实现堆排序

second solid heap sort二次立体堆排序

adaptive heap sortThe adaptive heap sort is a sorting algorithm that is similar to heap sort, but uses a randomized binary search tree to structure the input according to any preexisting order. The randomized binary search tree is used to select candidates that are put into the heap, so the heap doesn't need to keep track of all element

priority queue and heap sort优先队列和堆排序

Heap Sort 例句

英汉例句

  • To speed up computation, we use Quick Sort algorithm and Insertion Sort algorithm instead of usually used Heap Sort algorithm.

    在最小走时节点查寻中,结合使用快速排序算法与插入排序算法,替代以往方法中多采用的堆排序算法;

  • Heap Sort has the additional benefit of being quite consistent in its speed, so it is useful in programs where timing is crucial (i. e. networks).

    堆排序的另外一个好处是它的速度非常稳定,这让它得以在那些需要严格计时的程序中派上用场(例如网络)。

相关热词