The heap-mergesort

Citation
Ra. Chowdhury et al., The heap-mergesort, COMPUT MATH, 39(7-8), 2000, pp. 193-197
Citations number
14
Categorie Soggetti
Computer Science & Engineering
Journal title
COMPUTERS & MATHEMATICS WITH APPLICATIONS
ISSN journal
08981221 → ACNP
Volume
39
Issue
7-8
Year of publication
2000
Pages
193 - 197
Database
ISI
SICI code
0898-1221(200004)39:7-8<193:TH>2.0.ZU;2-Q
Abstract
In this paper, we present a new mergesort algorithm which can sort n(= 2(h1) - 1) elements using no more than n log(2)(n + 1) - (13/12)n - 1 element comparisons in the worst case. This algorithm includes the heap (fine heap) creation phase as a pre-processing step, and for each internal node upsilo n, its left, and right subheaps are merged into a sorted list of the elemen ts under that node. Experimental results show that this algorithm requires only n log(2) (n + 1) - 1.2n element comparisons in the average case. Brit it requires extra space for n LINK fields. (C) 2000 Elsevier Science Ltd. A ll rights reserved.