Jump to content

List of algorithms: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Ergosys (talk | contribs)
→‎Routing: add Warnsdorff's algorithm
Ergosys (talk | contribs)
→‎See also: remove Warnsdorff's algorithm, moved to graph algorithms/routing
Line 948: Line 948:


==See also==
==See also==
*[[Warnsdorff's algorithm]]
*[[List of data structures]]
*[[List of data structures]]
* [[List of algorithm general topics]]
* [[List of algorithm general topics]]

Revision as of 03:31, 22 May 2011

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