Abstract: This research work introduces a clustering-based in-place sorting algorithm, cluster sort. It is designed in such a way that it improves sorting efficiency by using data locality. It works ...
Abstract: A novel and efficient hybrid sorting algorithm, termed the Merge-Block-Insertion sort (MBISort) algorithm, is proposed. MBISort combines the principles of insertion sort, block sort, and ...