Skip to Content

 
 
 
Home > Computers > Algorithms > Sorting and Searching

Sorting and Searching (Subscribe)

Links

> >|

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.

Review It Rate It Bookmark It

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.

Review It Rate It Bookmark It

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.

Review It Rate It Bookmark It

Comparison sort

http://en.wikipedia.org/wiki/Comparison_sort

From Wikipedia, the free encyclopedia. Definition, examples, lower bound.

Review It Rate It Bookmark It

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.

Review It Rate It Bookmark It

Fast multi-pattern search

http://webglimpse.net/pubs/TR94-17.pdf

A fast algorithm for multi-pattern searching by Sun Wu [PDF]

Review It Rate It Bookmark It

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.

Review It Rate It Bookmark It

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.

Review It Rate It Bookmark It

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.

Review It Rate It Bookmark It

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.

Review It Rate It Bookmark It

Robsort GNU implementation

http://www.robsort.org

An O(n!) algorithm with downloads for Win98 and Unix platforms.

Review It Rate It Bookmark It

RumAVL

http://freshmeat.net/projects/rumavl/

An ANSI C implementation of threaded AVL trees.

Review It Rate It Bookmark It

Search Algorithm

http://en.wikipedia.org/wiki/Search_algorithm

From Wikipedia, the free encyclopedia. Classification, summaries of the popular searching algorithms, links.

Review It Rate It Bookmark It

Sequitur

http://sequitur.info/

Infers an hierarchical structure from a sequence of discrete symbols. Site includes examples, source code, description, publications, and an on-line demonstration.

Review It Rate It Bookmark It

sortchk

http://freshmeat.net/projects/sortchk/

A simple test suite to measure the costs (in terms of needed comparisons and needed data moves) of different sorting algorithms. Unix sources.

Review It Rate It Bookmark It

Sorting Algorithm

http://en.wikipedia.org/wiki/Sort_algorithm

From Wikipedia, the free encyclopedia. Classification, summaries of the popular sorting algorithms, links.

Review It Rate It Bookmark It

Sorting Algorithms

http://www.softpanorama.org/Algorithms/sorting.shtml

Overview of many sorting techniques and corresponding links.

Review It Rate It Bookmark It

> >|
 
 
Copyright © Hardy Media, Inc.