Sponsored Links:
Ternary Search Trees (Popularity: )
http://www.cs.princeton.edu/~rs/strings/
Algorithm for search. PDF file and examples in C.
|
Sorting Algorithms (Popularity: )
http://linux.wku.edu/~lamonml/algor/sort/sort.html
Explanation, algorithm analysis, empirical data, and source code for the bubble, heap, insertion, merge, quick, selection, and shell sorts.
|
Discussion of Sorting Algorithms (Popularity: )
http://atschool.eduweb.co.uk/mbaker/sorts.html
A web tutorial by Mark Baker.
|
FlashSort (Popularity: )
http://www.neubert.net/FSOIntro.html
Sorting by in place permutation with time complexity O(n) using an auxiliary vector. Papers, animations and implementations.
|
WASA (Popularity: )
http://wasa.sourceforge.net/
A Java implementation of the Wealthy Adaptative Search Algorithm, a constraint-solving algorithm using a stochastic approach. Sourceforge/GPL.
|
A Compact Guide to Sorting and Searching (Popularity: )
http://oopweb.com/Algorithms/Documents/Sman/VolumeFrames.html
By Thomas Niemann.
|
Compact Guide to Sorting and Searching (Popularity: )
http://epaperpress.com/sortsearch/
Algorithms and data structures. Source code in C and VB is included. Demonstration applets in Java.
|
Postman's Sort (Popularity: )
http://rrsd.com/
A linear time general purpose sorting algorithm. Included is a description of the algorithm and downloadable executables for Windows computers.
|
Three Dimensional Bubble Sort (Popularity: )
http://www.magma.ca/~gtaylor/3dBubbleSort.htm
A specification of a new 'bubble sort' in three or more dimesions, with illustrative images.
|
Understanding SoundEx Algorithms (Popularity: )
http://www.creativyst.com/Doc/Articles/SoundEx1/SoundEx1.htm
Article describing and discussing the SoundEx searching algorithm and enhancements to make it more accurate. Includes SoundEx conversion form and ...
|
Sorting algorithm (Popularity: )
http://en.wikipedia.org/wiki/Sort_algorithm
From Wikipedia, the free encyclopedia. Classification, summaries of the popular sorting algorithms, links.
|
GNU libavl (Popularity: )
http://www.stanford.edu/~blp/avl/
Details of this collection of binary search tree and balanced tree library routines by Ben Pfaff. Etext in HTML/PDF/PS and ...
|