Abstract
Mergesort is one of the oldest and most venerable sorting algorithms and exists in many different flavors. In this short note we present yet another mergesort variant, queue-mergesort. We show that, like top-down mergesort but unlike bottom-up mergesort, this new variant performs an optimal number of comparisons in the worst case.
Original language | English (US) |
---|---|
Pages (from-to) | 253-259 |
Number of pages | 7 |
Journal | Information Processing Letters |
Volume | 48 |
Issue number | 5 |
DOIs | |
State | Published - Dec 10 1993 |
All Science Journal Classification (ASJC) codes
- Theoretical Computer Science
- Signal Processing
- Information Systems
- Computer Science Applications
Keywords
- Algorithms
- Binary trees
- Huffman encoding
- Mergesort