Loading...
Computers and technology — programming languages, software, hardware, internet services, security, artificial intelligence, and more. Explore thousands of tech resources organized by a knowledgeable community of editors.
56203 resources
Overview of algorithms to find the median in a list of values; implementations and links are also provided.
Fast Algorithms for Sorting and Searching Strings - The original paper and examples by Jon Bentley and Robert Sedgewick.
Sorting by in place permutation with time complexity O(n) using an auxiliary vector. Papers, animations and implementations.
A data structure for rank-ordered autocomplete suggestions that supports fast lookup of the top k suggestions with a given prefix.
A Java implementation of the Wealthy Adaptative Search Algorithm, a constraint-solving algorithm using a stochastic approach.
Description of sorting algorithms with examples
Algorithms and data structures. Source code in C and VB is included. Demonstration applets in Java.
A linear time general purpose sorting algorithm. Included is a description of the algorithm and downloadable executables for Windows computers.
Details of this collection of binary search tree and balanced tree library routines by Ben Pfaff. Etext in HTML/PDF/PS and source distribution.
From Wikipedia, the free encyclopedia. Classification, summaries of the popular searching algorithms, links.
Common pattern search approaches with C implementations.
Overview of many sorting techniques and corresponding links.
An ANSI C implementation of threaded AVL trees.
Applet visualizing various sorting algorithms, English version of Peter Weigel and Andreas Boltzmann applet.
Definition, classification, common algorithms, links.
Collection of algorithms for sorting and searching from arrays to B-Trees - theory, examples, implementation.
Fibonacci search and C sample code.
An O(n!) algorithm with downloads for Win98 and Unix platforms.
Slides of tutorial, bibliography, list of related researchers, open problems in similarity search area.
A specification of a new 'bubble sort' in three or more dimensions, with illustrative images.
Search algorithm based on the quantum random walk architecture that provides a speed-up similar to other quantum search algorithms.
From Wikipedia, the free encyclopedia. Classification, summaries of the popular sorting algorithms, links.