  |
Search Algorithm - http://en.wikipedia.org/wiki/Search_algorithm
From Wikipedia, the free encyclopedia. Classification, summaries of the popular searching algorithms, links. |
  |
Sorting Algorithm - http://en.wikipedia.org/wiki/Sorting_algorithm
From Wikipedia, the free encyclopedia. Classification, summaries of the popular sorting algorithms, links. |
  |
Exact String Matching Algorithms - http://www-igm.univ-mlv.fr/~lecroq/string/
Common pattern search approaches with C implementations. |
  |
Postman's Sort - http://rrsd.com/
A linear time general purpose sorting algorithm. Included is a description of the algorithm and downloadable executables for Windows computers. |
  |
Wikipedia: String Searching Algorithm - http://en.wikipedia.org/wiki/String_searching_algorithm
Definition, classification, common algorithms, links. |
  |
Understanding SoundEx Algorithms - 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 Open licensed source code in C, JavaScript, and Perl. |
  |
FlashSort - http://www.neubert.net/FSOIntro.html
Sorting by in place permutation with time complexity O(n) using an auxiliary vector. Papers, animations and implementations. |
  |
Suffix Tree - http://mila.cs.technion.ac.il/~yona/suffix_tree/
ANSI C implementation of E. Ukkonen's algorithm that makes it convenient to do string matching against a data set in O(N) time. Includes source code, an interface in Perl, and a write-up. |
  |
Levenshtein Algorithm For Error-Tolerant Search - http://www.levenshtein.net
Resources on the Levenshtein Algorithm for fault-tolerant search. Website contains online demos and efficient implementations. |
  |
String Searching With Suffix Trees - http://marknelson.us/1996/08/01/suffix-trees/
Fast String Searching With Suffix Trees by Mark Nelson |
  |
AVL and TST Trees Implementation - http://dasnar.sdf-eu.org/miscres.html
Navl, the C# implementation of threaded and counted AVL trees in a single class; ternary search tree implementation in C. |
  |
Sorting Algorithm Examples - http://www.concentric.net/~ttwang/sort/sort.htm
Collection of sorting algorithms in C |
  |
Sequitur - http://sequitur.info/
A method for inferring compositional hierarchies from strings, useful for recognizing lexical structure in long sequences. Examples, source code, description, publications, and an on-line demonstration. |
  |
Searching Algorithms - http://www.softpanorama.org/Algorithms/searching.shtml
Overview of many sorting techniques and corresponding links. |
  |
http://wasa.sourceforge.net/ - http://wasa.sourceforge.net/
A Java implementation of the Wealthy Adaptative Search Algorithm, a constraint-solving algorithm using a stochastic approach. |