Jump to content

Cascade merge sort

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Monkbot (talk | contribs) at 21:38, 26 November 2020 (Task 18 (cosmetic): eval 3 templates: del empty params (4×);). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Cascade merge sort is similar to the polyphase merge sort but uses a simpler distribution. The merge is slower than a polyphase merge when there are fewer than six files, but faster when there are more than six.[1]

References

  1. ^ Bradley 1982, pp. 189–190
  • Bradley, James (1982), File and Data Base Techniques, Holt, Rinehart and Winston, ISBN 0-03-058673-9

External links