K-way merge algorithm: Difference between revisions

Content deleted Content added
Kl4bx (talk | contribs)
No edit summary
Kl4bx (talk | contribs)
Line 24:
 
== References ==
* {{cite book
**
| last = Knuth
 
| first = Donald
**
| authorlink = Donald Knuth
 
| series = [[The Art of Computer Programming]]
**
| volume= 3
| title= Sorting and Searching
| edition = 2nd
| publisher = Addison-Wesley
| year= 1998
| chapter = Section 5.2.4: Sorting by Merging
| pages = 158–168
| isbn = 0-201-89685-0
| ref = harv}}