  |
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/Sort_algorithm
From Wikipedia, the free encyclopedia. Classification, summaries of the popular sorting algorithms, links. |
  |
Fast multi-pattern search - http://webglimpse.net/pubs/TR94-17.pdf
A fast algorithm for multi-pattern searching by Sun Wu |
  |
String Searching - http://en.wikipedia.org/wiki/String_searching_algorithm
From Wikipedia, the free encyclopedia. Definition, classification, common algorithms, links. |
  |
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. |
  |
Comparison sort - http://en.wikipedia.org/wiki/Comparison_sort
From Wikipedia, the free encyclopedia. Definition, examples, lower bound. |
  |
GNU libavl - 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 source distribution. |
  |
The Homepage of Nearest Neighbors and Similarity Search - http://simsearch.yury.name
Slides of tutorial, bibliography, list of related researchers, open problems in similarity search area. |
  |
Fast Median Search - http://ndevilla.free.fr/median
Overview of algorithms to find the median in a list of values; implementations and links are also provided. |
  |
Ternary Search Trees - http://www.cs.princeton.edu/~rs/strings/
Fast Algorithms for Sorting and Searching Strings - The original paper and examples by Jon Bentley and Robert Sedgewick. |
  |
Fibonacci search in C - http://www.ics.forth.gr/~lourakis/fibsrch/
Fibonacci search and C sample code. |
  |
Sorting and Searching Algorithms By Thomas Niemann. - http://epaperpress.com/sortsearch/download/sortsearch.pdf
Collection of algorithms for sorting and searching from arrays to B-Trees - theory, examples, implementation. |
  |
RumAVL - http://freshmeat.net/projects/rumavl/
An ANSI C implementation of threaded AVL trees. |
  |
Common comparison sorts - 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. |
  |
Search Methods in AI - http://www.cs.dartmouth.edu/~brd/Teaching/AI/Lectures/Summaries/search.html
Brief summary of fundamental problem space search algorithms. |