• Thumbnail for Algorithm
    In mathematics and computer science, an algorithm (/ˈælɡərɪðəm/ ) is a finite sequence of mathematically rigorous instructions, typically used to solve...
    59 KB (6,962 words) - 12:17, 23 September 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
  • Thumbnail for Genetic algorithm
    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,040 words) - 03:07, 25 September 2024
  • Thumbnail for Dijkstra's algorithm
    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,...
    46 KB (5,896 words) - 22:40, 27 August 2024
  • Thumbnail for Sorting algorithm
    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...
    68 KB (6,410 words) - 04:48, 24 September 2024
  • Thumbnail for The Algorithm
    The Algorithm is the musical project of French musician Rémi Gallego (born 7 October 1989) from Perpignan. His style is characterised by an unusual combination...
    13 KB (1,273 words) - 04:53, 3 May 2023
  • Thumbnail for Euclidean algorithm
    In mathematics, the Euclidean algorithm, or Euclid's algorithm, is an efficient method for computing the greatest common divisor (GCD) of two integers...
    123 KB (15,119 words) - 08:05, 21 August 2024
  • 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,872 words) - 23:04, 12 September 2024
  • Thumbnail for Algorithmic art
    Algorithmic art or algorithm art is art, mostly visual art, in which the design is generated by an algorithm. Algorithmic artists are sometimes called...
    23 KB (2,481 words) - 10:11, 17 September 2024
  • 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,558 words) - 20:57, 1 May 2024
  • In quantum computing, Grover's algorithm, also known as the quantum search algorithm, is a quantum algorithm for unstructured search that finds with high...
    31 KB (4,661 words) - 15:53, 19 September 2024
  • In computer science, the Knuth–Morris–Pratt algorithm (or KMP algorithm) is a string-searching algorithm that searches for occurrences of a "word" W within...
    33 KB (4,068 words) - 22:30, 20 September 2024
  • 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,186 words) - 14:18, 5 July 2024
  • cryptography, the Elliptic Curve Digital Signature Algorithm (ECDSA) offers a variant of the Digital Signature Algorithm (DSA) which uses elliptic-curve cryptography...
    19 KB (2,833 words) - 03:20, 18 September 2024
  • Thumbnail for Greedy algorithm
    A greedy algorithm is any algorithm that follows the problem-solving heuristic of making the locally optimal choice at each stage. In many problems, a...
    16 KB (1,778 words) - 17:37, 3 July 2024
  • Thumbnail for Karatsuba algorithm
    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
  • 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...
    14 KB (1,421 words) - 22:12, 18 September 2024
  • Thumbnail for Prim's algorithm
    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,153 words) - 05:14, 23 July 2024
  • A* (pronounced "A-star") is a graph traversal and pathfinding algorithm, which is used in many fields of computer science due to its completeness, optimality...
    39 KB (4,804 words) - 19:05, 24 September 2024
  • Nagle's algorithm is a means of improving the efficiency of TCP/IP networks by reducing the number of packets that need to be sent over the network. It...
    10 KB (1,274 words) - 08:45, 12 August 2024
  • Thumbnail for Search algorithm
    In computer science, a search algorithm is an algorithm designed to solve a search problem. Search algorithms work to retrieve information stored within...
    12 KB (1,574 words) - 07:35, 9 July 2024
  • 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,827 words) - 18:40, 18 August 2024
  • intelligence concerned with the development and study of statistical algorithms that can learn from data and generalize to unseen data, and thus perform...
    134 KB (14,761 words) - 00:05, 24 September 2024
  • multiplication algorithm is an algorithm (or method) to multiply two numbers. Depending on the size of the numbers, different algorithms are more efficient...
    47 KB (6,802 words) - 01:25, 6 September 2024
  • Strassen algorithm, named after Volker Strassen, is an algorithm for matrix multiplication. It is faster than the standard matrix multiplication algorithm for...
    24 KB (3,393 words) - 11:32, 6 December 2023
  • Floyd–Warshall algorithm (also known as Floyd's algorithm, the Roy–Warshall algorithm, the Roy–Floyd algorithm, or the WFI algorithm) is an algorithm for finding...
    22 KB (3,019 words) - 22:40, 30 August 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...
    22 KB (3,573 words) - 09:22, 28 August 2024
  • Thumbnail for Bellman–Ford algorithm
    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...
    20 KB (2,667 words) - 15:02, 21 September 2024
  • 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,515 words) - 12:35, 16 September 2024
  • 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...
    32 KB (4,173 words) - 21:10, 30 March 2024