heapsort
基本解释
- 堆排序
英汉例句
- I mainly responsible for sequencing and HEAPSORT Hill.
我主要负责的是希尔排序和堆排序。 - The experiment certifies that the time property of the new algorithm is superior to that of the best in-place heapsort.
实验表明,新算法的时间性能优于目前最好的原地排序一堆排序。 - The index sort and heapsort was applied to distribute the migration work of each node and realize dynamic load balance.
提出运用索引排序方法以实现节点计算任务静态分配负载平衡,运用堆排序算法以实现节点计算任务动态分配负载平衡。 - And then create a stack (heap) type, the data in order to stack the form of storage, can be carried out and various operation HEAPSORT.
详细说明: 简易学生信息管理系统 程序实现思路: 先创建一个学生元素类,用于存放学生的各种数据。然后创建一个堆(heap)类,把数据以堆的形式存储,可便进行堆排序及各种操作。 - Heapsort traverse
堆排序