Jump to content

List of algorithms

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Linasargsyan (talk | contribs) at 04:31, 12 May 2011 (→‎Sorting). 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 algorithms along with one-line descriptions for each.

Combinatorial algorithms

General combinatorial algorithms

Graph algorithms

Graph drawing

Network theory

Routing

Subgraphs

Sequence algorithms

Approximate matching

Merging

  • Simple Merge algorithm
  • k-way Merge algorithm
  • Union (merge, with elements on the output not repeated)

Permutations

Sequence alignment

Sorting

Subsequences

Substrings

Computational mathematics

Abstract algebra

Computer algebra

Geometry

Number theoretic algorithms

Numerical algorithms

Elementary and special functions

Geometric

Interpolation and extrapolation

Linear algebra

Monte Carlo

Numerical integration

  • MISER algorithm: Monte Carlo simulation, numerical integration
  • Multigrid methods: (MG methods): a group of algorithms for solving differential equations using a hierarchy of discretizations
  • Verlet integration (French pronunciation: [veʁˈle]): integrate Newton's equations of motion

Root finding

Optimization algorithms

Computational science

Astronomy

Bioinformatics

Geoscience

  • Vincenty's formulae: a fast algorithm to calculate the distance between two latitude/longitude points on an ellipsoid

Linguistics

Medicine

Physics

Statistics

Computer science

Computer architecture

  • Tomasulo algorithm: allows sequential instructions that would normally be stalled due to certain dependencies to execute non-sequentially

Computer graphics

Cryptography

Digital logic

Machine learning and statistical classification

Programming language theory

Parsing

Quantum algorithms

Theory of computation and automata

Information theory and signal processing

Coding theory

Error detection and correction

Lossless compression algorithms

Lossy compression algorithms

Digital signal processing

Image processing

Software engineering

Database algorithms

Distributed systems algorithms

Memory allocation and deallocation algorithms

Operating systems algorithms

Disk scheduling

Networking

Process synchronization

Scheduling

See also

References