- Jason Harrison's Sorting Algorithms Demo
Demonstrates several in-place sorting algorithms. Also includes source code.
www.cs.ubc.ca/spider/harrison/Java/sorting-demo.html
- ATK's Sorting Algorithm Demo
Visually compares sequential and parallel sorting algorithms. Includes quick sort and shear sort.
www.cs.rit.edu/~atk/Java/Sorting/sorting.html
- Lang's Sequential and Parallel Sorting Algorithms
Contains examples, interactive exercises, and demonstrations of several sequential and parallel sorting algorithms.
www.iti.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm
- FlashSort Algorithm
Contains analysis and source code for the flashsort algorithm by Dr. Karl-Dietrich Neubert.
www.neubert.net/FSOIntro.html
- Fresh Look at Efficient Perl Sorting, A
Proposes efficient uses of the Perl sort command. Also contains information about using orders of magnitude to compare sorting algorithms.
www.sysarch.com/perl/sort_paper.html
|