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
Graph algorithms
String algorithms
Approximate matching
- Simple Merge algorithm
- k-way Merge algorithm
- In image processing, epitomic analysis can be used to represent an image or video by a smaller image or video which preserves its statistical properties.
- Counting objects in an image: Counts the number of objects in a binary image. Uses the connected-component labeling algorithm to first label each object. Then returns the number of labeled objects.
Cryptographic algorithms
Digital signal processing
Memory Allocation and deallocation algorithms
Disk scheduling algorithms:
Process synchronisation algorithms:
Electronics and hardware algorithms
Machine learning algorithms
Medical algorithms
Neural networks
Genetic algorithms
Numerical algebra
Number theoretic algorithms
Numerical algorithms
Application of quantum computation to various categories of problems and algorithms
Theory of computation and automata
Other