English

A Provably, Linear Time, In-place and Stable Merge Algorithm via the Perfect Shuffle

Data Structures and Algorithms 2015-08-04 v1

Abstract

We reconsider a recently published algorithm (Dalkilic et al.) for merging lists by way of the perfect shuffle. The original publication gave only experimental results which, although consistent with linear execution time on the samples tested, provided no analysis. Here we prove that the time complexity, in the average case, is indeed linear, although there is an Omega(n^2) worst case. This is then the first provably linear time merge algorithm based on the use of the perfect shuffle. We provide a proof of correctness, extend the algorithm to the general case where the lists are of unequal length and show how it can be made stable, all aspects not included in the original presentation and we give a much more concise definition of the algorithm.

Keywords

Cite

@article{arxiv.1508.00292,
  title  = {A Provably, Linear Time, In-place and Stable Merge Algorithm via the Perfect Shuffle},
  author = {John Ellis and Ulrike Stege},
  journal= {arXiv preprint arXiv:1508.00292},
  year   = {2015}
}

Comments

12 pages, 2 figures

R2 v1 2026-06-22T10:24:37.688Z