_
__
Search
__

Advanced

Top :: Computing > Algorithms > Sorting and Searching
Next Page >>

Pages: [1] 2 3 4


1. 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.
http://dasnar.sdf-eu.org/miscres.html
Rating: [0.00] Votes: [0] Hits: [1] | Jun 12, 2008
Rate It | Comments | Report Link | More Info
_


2. Common comparison sorts
Explanation, algorithm analysis, empirical data, and source code for the bubble, heap, insertion, merge, quick, selection, and shell sorts.
http://linux.wku.edu/~lamonml/algor/sort/sort.html
Rating: [0.00] Votes: [0] Hits: [1] | Jun 12, 2008
Rate It | Comments | Report Link | More Info
_


3. Compact Guide to Sorting and Searching
Algorithms and data structures. Source code in C and VB is included. Demonstration applets in Java.
http://www.epaperpress.com/sortsearch/
Rating: [0.00] Votes: [0] Hits: [1] | Jun 12, 2008
Rate It | Comments | Report Link | More Info
_


4. Comparison sort
From Wikipedia, the free encyclopedia. Definition, examples, lower bound.
http://en.wikipedia.org/wiki/Comparison_sort
Rating: [0.00] Votes: [0] Hits: [1] | Jun 12, 2008
Rate It | Comments | Report Link | More Info
_


5. Discussion of Sorting Algorithms
A web tutorial by Mark Baker.
http://atschool.eduweb.co.uk/mbaker/sorts.html
Rating: [0.00] Votes: [0] Hits: [1] | Jun 12, 2008
Rate It | Comments | Report Link | More Info
_


6. Exact string matching algorithms
Common pattern search approaches with C implementations.
http://www-igm.univ-mlv.fr/~lecroq/string/
Rating: [0.00] Votes: [0] Hits: [1] | Jun 12, 2008
Rate It | Comments | Report Link | More Info
_


7. Fast Median Search
Overview of algorithms to find the median in a list of values; implementations and links are also provided.
http://ndevilla.free.fr/median
Rating: [0.00] Votes: [0] Hits: [1] | Jun 12, 2008
Rate It | Comments | Report Link | More Info
_


8. Fast multi-pattern search
A fast algorithm for multi-pattern searching by Sun Wu [PDF]
http://webglimpse.net/pubs/TR94-17.pdf
Rating: [0.00] Votes: [0] Hits: [1] | Jun 12, 2008
Rate It | Comments | Report Link | More Info
_


9. Fibonacci search in C
Fibonacci search and C sample code.
http://www.ics.forth.gr/~lourakis/fibsrch/
Rating: [0.00] Votes: [0] Hits: [1] | Jun 12, 2008
Rate It | Comments | Report Link | More Info
_


10. FlashSort
Sorting by in place permutation with time complexity O(n) using an auxiliary vector. Papers, animations and implementations.
http://www.neubert.net/FSOIntro.html
Rating: [0.00] Votes: [0] Hits: [1] | Jun 12, 2008
Rate It | Comments | Report Link | More Info
_

Next Page >>

Pages: [1] 2 3 4