Content deleted Content added
Geomatrist (talk | contribs) m minor grammatical error fix |
Adding local short description: "Sequence merge algorithm in computer science", overriding Wikidata description "type of merge algorithm" |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1:
{{Short description|Sequence merge algorithm in computer science}}
{{DISPLAYTITLE:''k''-way merge algorithm}}
In [[computer science]], '''''k''-way merge algorithms''' or multiway merges are a specific type of [[Merge algorithm|sequence merge algorithms]] that specialize in taking in k sorted lists and merging them into a single sorted list. These merge algorithms generally refer to merge algorithms that take in a number of sorted lists greater than two. Two-way merges are also referred to as binary merges. The k-
== Two-way merge ==
Line 53 ⟶ 54:
|last1=Bentley
|first1=Jon Louis
|author-link=
|title=Programming Pearls
|date=2000
|