Sorting algorithm: Difference between revisions

Content deleted Content added
Wei.cs (talk | contribs)
rm spam from multiple pages : academicearth
Line 391:
* [http://www.iti.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm Sequential and parallel sorting algorithms] - has explanations and analyses of many of these algorithms.
* [http://www.dcc.uchile.cl/~rbaeza/handbook/sort_a.html Ricardo Baeza-Yates' sorting algorithms on the Web]
* [http://academicearth.org/lectures/bubble-sort-selection-sort-and-merge-sort Sorting: Bubble Sort, Selection Sort, and Merge Sort] video lecture from Harvard
* [http://www.nist.gov/dads/ 'Dictionary of Algorithms, Data Structures, and Problems']
* [http://www.softpanorama.org/Algorithms/sorting.shtml Slightly Skeptical View on Sorting Algorithms] Softpanorama page that discusses several classic algorithms and promotes alternatives to quicksort.