AVL and TST trees implementation Navl, the C# implementation of threaded and counted AVL trees in a single class; ternary search tree implementation in C. dasnar.sdf-eu.org/miscres.htmlRead more
Common comparison sorts Explanation, algorithm analysis, empirical data, and source code for the bubble, heap, insertion, merge, quick, selection, and shell sorts. linux.wku.edu/~lamonml/algor/sort/sort.htmlRead more
Fast Median Search Overview of algorithms to find the median in a list of values; implementations and links are also provided. ndevilla.free.fr/medianRead more
FlashSort Sorting by in place permutation with time complexity O(n) using an auxiliary vector. Papers, animations and implementations. www.neubert.net/FSOIntro.htmlRead more
Fuzzy Search Approximate search resources on ITman homepage. itman.narod.ru/english/ir/index.htmlRead more
GNU libavl Details of this collection of binary search tree and balanced tree library routines by Ben Pfaff. Etext in HTML/PDF/PS and source distribution. www.stanford.edu/~blp/avl/Read more
Postman's Sort A linear time general purpose sorting algorithm. Included is a description of the algorithm and downloadable executables for Windows computers. rrsd.com/Read more
RumAVL An ANSI C implementation of threaded AVL trees. freshmeat.net/projects/rumavl/Read more
Search Algorithm From Wikipedia, the free encyclopedia. Classification, summaries of the popular searching algorithms, links. en.wikipedia.org/wiki/Search_algorithmRead more
Search Methods in AI Brief summary of fundamental problem space search algorithms. www.cs.dartmouth.edu/~brd/Teaching/AI/Lectures/Summaries/search.htmlRead more
Searching Algorithms Overview of many sorting techniques and corresponding links. www.softpanorama.org/Algorithms/searching.shtmlRead more