K-way merge algorithm: Difference between revisions

Content deleted Content added
reverted vandalism
Direct k-way merge: Insert missing space after comma.
Line 33:
=== Direct ''k''-way merge ===
 
In this case, we would simultaneously merge k-runs together.
 
A straightforward implementation would scan all k arrays to determine the minimum.