List of algorithms

This is an old revision of this page, as edited by 137.112.129.xxx (talk) at 01:03, 8 January 2002 (Sort algorithms moved out). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The following is an alphabetical listing 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.


  • Flood fill: Fills a connected region of a multi-dimensional array with a specified symbol
  • PCX (decompresion algorithm)
  • Quicksort: sorts by dividing the elements into small and large ones, then sorting each group
  • SUBSET-SUM: Solves an NP-complete problem in polynomial time iff P=NP