Content deleted Content added
fix refs |
GreenC bot (talk | contribs) Reformat 1 archive link. Wayback Medic 2.5 per Category:All articles with dead external links - pass 6 |
||
(14 intermediate revisions by 11 users not shown) | |||
Line 1:
'''Oscillating merge sort''' or '''oscillating sort''' is a variation of [[merge sort]] used with tape drives that can read backwards. Instead of doing a complete distribution as is done in a tape merge, the distribution of the input and the merging of runs are interspersed. The oscillating merge sort does not waste rewind time or have tape drives sit idle as in the conventional tape merge.
The oscillating merge sort "was designed for tapes that can be read backward and is more efficient
==References==
{{Reflist}}
*{{Citation |last=Bradley |first=James |year=1982 |title=File and Data Base Techniques |publisher=Holt, Rinehart and Winston |isbn=0-03-058673-9 |
==Further reading==
*{{Citation |last=
*{{Citation |last=
*{{Citation |last=
*{{Citation |last=Martin |first=W. A. |year=1971 |title=Sorting |journal=Computing Surveys |volume=3 |issue=4 |pages=147–174 |publisher=ACM |doi=10.1145/356593.356594 |ref=none|doi-access=free }}
*{{Citation |last=Sobel |first=Sheldon |title=Oscillating Sort–A New Sort Merging Technique |journal=Journal of the ACM |publisher=ACM |___location=New York, NY |volume=9 |issue=3 |pages=372–374 |date=July 1962 |doi=10.1145/321127.321133 |s2cid=11554742 |ref=none|doi-access=free }}
==External links==
*Mihaldinecz, Maximilian (2016), "[https://github.com/MaximilianMihaldinecz/oscillating-merge-sort A variation of Oscillating Merge Sort implemented in Matlab]", GitHub
{{sorting}}
<!-- [[Category:Articles with example pseudocode]] -->
[[Category:Comparison sorts]]
[[Category:Stable sorts]]
|