List of algorithms

This is an old revision of this page, as edited by 216.119.139.xxx (talk) at 15:33, 8 January 2002. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The following is a list of the algorithms described in Wikipedia.


If you intend to describe a new algorithm, please read algorithms on Wikipedia first, then add a link to your article and a one-line description here.


    • LZW: lossless data compression
  • Numerical algorithms:
    • Predictive search: binary like search which factors in magnititude of search term versus the high and low values in the search. Sometimes called a dictionary search.
  • Flood fill: Fills a connected region of a multi-dimensional array with a specified symbol
  • SUBSET-SUM: Solves an NP-complete problem in polynomial time iff P=NP