| 释义 |
unbalanced merge sort 不平衡合并分类(排序法) A merge sort, which is an external sort, such that the sorted subsets created by the internal sorts are unequally distributed among some of the available auxiliary storage devices. The subsets are merged onto the remaining auxiliary storage devices and the process repeated until all items are in one sorted set. 一种外合并分类排序法,由内部分类所建立的子集不均匀地分布在某些可用的辅助存储 设备中,这些子集经过合并后,放在其余的辅助存储设备中,此过程重复下去,直至所有 项成为一个分好类的集合为止 |