List of algorithms

This is an old revision of this page, as edited by MarkSweep (talk | contribs) at 03:41, 1 December 2004 ([[Parsing]]: rephrase purpose of RD parser). 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. See also the list of data structures, list of algorithm general topics and list of terms relating to algorithms and data structures.

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.

Combinatorial algorithms

General combinatorial algorithms

See main article graph theory

  • Bresenham's line algorithm: plots points of a 2-dimensional array to form a straight line between 2 specified points (uses decision variables)
  • DDA line algorithm: plots points of a 2-dimensional array to form a straight line between 2 specified points (uses floating-point math)
  • Flood fill: fills a connected region of a multi-dimensional array with a specified symbol
  • Painter's algorithm: detects visible parts of a 3-dimensional scenery
  • Ray tracing: realistic image rendering

Cryptographic algorithms

See also Topics in cryptography for an 'analytical glossary')

Numerical algorithms

See also main article numerical analysis and list of numerical analysis topics

Number theoretic algorithms

Application of quantum computation to various categories of problems and algorithms


Other