Jump to content

Polyphase merge sort

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Chiefhuggybear (talk | contribs) at 18:14, 19 May 2008 (New). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A 'polyphase merge sort is an algorithm which reduces the number of intermediate files needed by reusing emptied files. Typically, a merge sort splits items into groups then recursively sorts each group. Once the groups are sorted, they are merged into a final, sorted sequence.

See also

References