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. |
Compact Guide to Sorting and Searching « http://www.epaperpress.com/sortsearch/ | | Algorithms and data structures. source code in c and vb is included. demonstration applets in java. |
Comparison sort « http://en.wikipedia.org/wiki/Comparison_sort | | From wikipedia , the free encyclopedia. definition , examples , lower bound. |
Dictionary Implementation using Red and Black Tree « http://serdarbalci.port5.com/files/Cmpe160/dictionary.htm | | Documentation of a c++ project by dogan can and serdar kemal balci. |
Discussion of Sorting Algorithms « http://atschool.eduweb.co.uk/mbaker/sorts.html | | A web tutorial by mark baker. |
Exact string matching algorithms « http://www-igm.univ-mlv.fr/~lecroq/string/ | | Common pattern search approaches with c implementations. |
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. |
Fast multi-pattern search « http://webglimpse.net/pubs/TR94-17.pdf | | A fast algorithm for multi-pattern searching by sun wu |
Fibonacci search in C « http://www.ics.forth.gr/~lourakis/fibsrch/ | | Fibonacci search and c sample code. |
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. |
Fuzzy Search « http://itman.narod.ru/english/ir/index.html | | Approximate search resources on itman homepage. |
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. |
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. |
Robsort Sorting Algorithm « http://www.robsort.org | | An o(n!) algorithm with downloads for win98 and unix platforms. |