In mathematics and computer science, an algorithm (/ˈælɡərɪðəm/ ) is a finite sequence of mathematically rigorous instructions, typically used to solve...
58 KB (6,770 words) - 13:04, 28 February 2025
genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA)....
68 KB (8,044 words) - 09:40, 28 December 2024
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...
70 KB (6,569 words) - 19:19, 13 March 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,644 words) - 22:22, 6 February 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,853 words) - 21:07, 8 March 2025
An algorithm is fundamentally a set of rules or defined procedures that is typically designed and used to solve a specific problem or a broad set of problems...
71 KB (7,835 words) - 05:45, 12 February 2025
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
Look up algorithm in Wiktionary, the free dictionary. An algorithm is an unambiguous method of solving a specific problem. Algorithm or algorhythm may...
2 KB (239 words) - 06:38, 11 February 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,712 words) - 22:42, 20 February 2025
The Luhn algorithm or Luhn formula, also known as the "modulus 10" or "mod 10" algorithm, named after its creator, IBM scientist Hans Peter Luhn, is a...
9 KB (987 words) - 13:58, 10 February 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,336 words) - 20:45, 3 February 2025
In mathematics, Neville's algorithm is an algorithm used for polynomial interpolation that was derived by the mathematician Eric Harold Neville in 1934...
5 KB (438 words) - 18:53, 25 January 2024
Machine learning (redirect from Machine learning algorithm)
intelligence concerned with the development and study of statistical algorithms that can learn from data and generalize to unseen data, and thus perform...
135 KB (14,985 words) - 09:14, 13 March 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,526 words) - 16:05, 13 January 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,559 words) - 05:20, 8 March 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
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,161 words) - 08:41, 5 February 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,208 words) - 18:46, 4 December 2024
Fast Fourier transform (redirect from FFT algorithm)
A fast Fourier transform (FFT) is an algorithm that computes the discrete Fourier transform (DFT) of a sequence, or its inverse (IDFT). A Fourier transform...
66 KB (7,692 words) - 18:41, 2 March 2025
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,155 words) - 21:02, 9 February 2025
The Karatsuba algorithm is a fast multiplication algorithm. It was discovered by Anatoly Karatsuba in 1960 and published in 1962. It is a divide-and-conquer...
13 KB (2,044 words) - 21:24, 21 July 2024
Tarjan's algorithm may refer to one of several algorithms attributed to Robert Tarjan, including: Tarjan's strongly connected components algorithm Tarjan's...
1 KB (104 words) - 23:38, 12 September 2023
(Semi-Implicit Method for Pressure Linked Equations-Consistent) algorithm; a modified form of SIMPLE algorithm; is a commonly used numerical procedure in the field...
5 KB (917 words) - 09:06, 9 April 2024
science, a Markov algorithm is a string rewriting system that uses grammar-like rules to operate on strings of symbols. Markov algorithms have been shown...
7 KB (1,105 words) - 04:17, 25 December 2024
Algorithm engineering focuses on the design, analysis, implementation, optimization, profiling and experimental evaluation of computer algorithms, bridging...
8 KB (921 words) - 20:43, 4 March 2024
Bresenham's line algorithm is a line drawing algorithm that determines the points of an n-dimensional raster that should be selected in order to form...
23 KB (3,722 words) - 09:07, 6 March 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...
40 KB (4,939 words) - 17:52, 8 March 2025
The Hungarian method is a combinatorial optimization algorithm that solves the assignment problem in polynomial time and which anticipated later primal–dual...
40 KB (5,553 words) - 10:26, 12 March 2025
The Bellman–Ford algorithm is an algorithm that computes shortest paths from a single source vertex to all of the other vertices in a weighted digraph...
21 KB (2,715 words) - 14:55, 27 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