Journal of the ACM Bibliography

Peter Bro Miltersen, Mike Paterson, and Jun Tarui. The asymptotic complexity of merging networks. Journal of the ACM, 43(1):147-165, January 1996. [BibTeX entry]
Abstract

Let M(m, n) be the minimum number of comparators needed in a comparator network that merges m elements x_1 <= x_2 <= ... <= x_m and n elements y_1 <= y_2 <= ... <= y_n, where n >= m. Batcher's odd-even merge yields the following upper bound:

M(m, n) <= (1/2) (m + n) log_2 m + O(n);

in particular,

M(m, n) <= n log_2 n + O(n).

We prove the following lower bound that matches the upper bound above asymptotically as n >= m --> \infty:

M(m, n) >= (1/2) (m + n) log_2 m - O(n);

in particular,

M(m, n) >= n log_2 n - O(n).

Our proof technique extends to give similarly tight lower bounds for the size of monotone Boolean circuits for merging, and for the size of switching networks capable of realizing the set of permutations that arise from merging.

The abstract is also available as a LaTeX file, a DVI file, or a PostScript file.

Preliminary version

A preliminary version of these results was presented in: Peter Bro Miltersen, Mike Paterson, and Jun Tarui. The asymptotic complexity of merging networks. In 33rd Annual Symposium on Foundations of Computer Science, pages 236-246, Pittsburgh, Pennsylvania, 24-27 October 1992. IEEE.

Categories and Subject Descriptors: F.2.2 [Analysis of Algorithms and Problem Complexity]: Nonnumerical Algorithms and Problems -- sorting and searching

General Terms: Algorithms, Theory

Additional Key Words and Phrases: Comparator network, merging, sorting

Selected papers that cite this one

Selected references


Shortcuts:

  • Journal of the ACM homepage
  • Bibliography top level
  • Journal of the ACM Author Index
  • Search the HBP database