Content deleted Content added
Sietse Snel (talk | contribs) m →Further reading: fix deprecated reference syntax and add author links for reference |
than -> then |
||
Line 56:
K-way merges find greater use in external sorting procedures. [[External sorting|External sorting algorithms]] are a class of sorting algorithms that can handle massive amounts of data. External sorting is required when the data being sorted do not fit into the main memory of a computing device (usually RAM) and instead they must reside in the slower external memory (usually a hard drive). K-way merge algorithms usually take place in the second stage of external sorting algorithms, much like they do for merge sort.
A
== References ==
|