In mathematics and computer science, an algorithm (/ˈælɡərɪðəm/ ) is a finite sequence of mathematically rigorous instructions, typically used to solve...
61 KB (7,016 words) - 17:27, 6 June 2025
Dijkstra's algorithm (/ˈdaɪkstrəz/ DYKE-strəz) is an algorithm for finding the shortest paths between nodes in a weighted graph, which may represent,...
45 KB (5,639 words) - 00:34, 6 June 2025
genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA)....
69 KB (8,221 words) - 21:33, 24 May 2025
In mathematics, Neville's algorithm is an algorithm used for polynomial interpolation that was derived by the mathematician Eric Harold Neville in 1934...
6 KB (579 words) - 16:45, 22 April 2025
Machine learning (redirect from Machine learning algorithm)
intelligence concerned with the development and study of statistical algorithms that can learn from data and generalise to unseen data, and thus perform...
140 KB (15,570 words) - 19:44, 4 June 2025
In computer science, an in-place algorithm is an algorithm that operates directly on the input data structure without requiring extra space proportional...
8 KB (1,151 words) - 04:17, 22 May 2025
In computer science, a sorting algorithm is an algorithm that puts elements of a list into an order. The most frequently used orders are numerical order...
69 KB (6,477 words) - 04:07, 3 June 2025
In mathematics, the Euclidean algorithm, or Euclid's algorithm, is an efficient method for computing the greatest common divisor (GCD) of two integers...
126 KB (15,349 words) - 16:35, 30 April 2025
distributed algorithm is an algorithm designed to run on computer hardware constructed from interconnected processors. Distributed algorithms are used in...
5 KB (630 words) - 00:12, 15 January 2024
Algorithmic may refer to: Algorithm, step-by-step instructions for a calculation Algorithmic art, art made by an algorithm Algorithmic composition, music...
1 KB (162 words) - 20:27, 17 April 2018
In computer science, Prim's algorithm is a greedy algorithm that finds a minimum spanning tree for a weighted undirected graph. This means it finds a...
18 KB (2,079 words) - 20:30, 15 May 2025
The Luhn algorithm or Luhn formula (creator: IBM scientist Hans Peter Luhn), also known as the "modulus 10" or "mod 10" algorithm, is a simple check digit...
9 KB (984 words) - 00:22, 30 May 2025
The Goertzel algorithm is a technique in digital signal processing (DSP) for efficient evaluation of the individual terms of the discrete Fourier transform...
19 KB (2,543 words) - 12:24, 12 May 2025
Strassen algorithm, named after Volker Strassen, is an algorithm for matrix multiplication. It is faster than the standard matrix multiplication algorithm for...
26 KB (3,597 words) - 23:26, 31 May 2025
Shor's algorithm is a quantum algorithm for finding the prime factors of an integer. It was developed in 1994 by the American mathematician Peter Shor...
40 KB (5,812 words) - 01:39, 10 May 2025
Time complexity (redirect from Algorithmic time complexity)
takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by the algorithm, supposing that...
41 KB (4,997 words) - 15:01, 30 May 2025
Kruskal's algorithm finds a minimum spanning forest of an undirected edge-weighted graph. If the graph is connected, it finds a minimum spanning tree...
16 KB (1,829 words) - 21:02, 17 May 2025
In quantum computing, Grover's algorithm, also known as the quantum search algorithm, is a quantum algorithm for unstructured search that finds with high...
32 KB (4,691 words) - 00:04, 16 May 2025
A* (pronounced "A-star") is a graph traversal and pathfinding algorithm that is used in many fields of computer science due to its completeness, optimality...
43 KB (5,547 words) - 08:04, 27 May 2025
A galactic algorithm is an algorithm with record-breaking theoretical (asymptotic) performance, but which is not used due to practical constraints. Typical...
21 KB (2,636 words) - 20:12, 27 May 2025
A randomized algorithm is an algorithm that employs a degree of randomness as part of its logic or procedure. The algorithm typically uses uniformly random...
33 KB (4,218 words) - 18:46, 19 February 2025
In decision theory, the odds algorithm (or Bruss algorithm) is a mathematical method for computing optimal strategies for a class of problems that belong...
13 KB (1,956 words) - 15:08, 4 April 2025
In quantum computing, a quantum algorithm is an algorithm that runs on a realistic model of quantum computation, the most commonly used model being the...
39 KB (4,560 words) - 14:59, 23 April 2025
optimization, Dantzig's simplex algorithm (or simplex method) is a popular algorithm for linear programming. The name of the algorithm is derived from the concept...
42 KB (6,259 words) - 02:24, 18 May 2025
algorithm is a technique from machine learning for learning a linear classifier from labeled examples. It is very similar to the perceptron algorithm...
4 KB (629 words) - 03:32, 13 February 2020
Cocke–Younger–Kasami algorithm (alternatively called CYK, or CKY) is a parsing algorithm for context-free grammars published by Itiroo Sakai in 1961. The algorithm is named...
17 KB (2,189 words) - 06:15, 3 August 2024
Borwein's algorithm was devised by Jonathan and Peter Borwein to calculate the value of 1 / π {\displaystyle 1/\pi } . This and other algorithms can be found...
8 KB (1,545 words) - 12:04, 13 March 2025
Berlekamp's algorithm is a well-known method for factoring polynomials over finite fields (also known as Galois fields). The algorithm consists mainly...
10 KB (1,759 words) - 18:09, 1 November 2024
LZ77 and LZ78 (redirect from LZ77 (algorithm))
LZ77 and LZ78 are the two lossless data compression algorithms published in papers by Abraham Lempel and Jacob Ziv in 1977 and 1978. They are also known...
18 KB (2,566 words) - 09:26, 9 January 2025
The DSSP algorithm is the standard method for assigning secondary structure to the amino acids of a protein, given the atomic-resolution coordinates of...
5 KB (680 words) - 00:34, 22 December 2024