About 142,000 results
Open links in new tab
  1. Algorithm - Wikipedia

    Flowchart of using successive subtractions to find the greatest common divisor of number r and s In mathematics and computer science, an algorithm (/ ˈælɡərɪðəm / ⓘ) is a finite sequence of …

  2. ALGORITHM Definition & Meaning - Merriam-Webster

    The meaning of ALGORITHM is a procedure for solving a mathematical problem (as of finding the greatest common divisor) in a finite number of steps that frequently ...

  3. What is an Algorithm | Introduction to Algorithms - GeeksforGeeks

    Dec 20, 2025 · Algorithm is a set of finite, well-defined steps or instructions designed to solve a problem or perform a computation. It can also be defined as a procedure for solving a mathematical or …

  4. Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne

    Sep 26, 2024 · The textbook Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne surveys the most important algorithms and data structures in use today. The broad perspective taken makes it an …

  5. What is an algorithm? | TechTarget

    Jul 29, 2024 · What are examples of algorithms? Machine learning is a good example of an algorithm, as it uses multiple algorithms to predict outcomes without being explicitly programmed to do so. …

  6. ALGORITHM | English meaning - Cambridge Dictionary

    ALGORITHM definition: 1. a set of mathematical instructions or rules that, especially if given to a computer, will help…. Learn more.

  7. Algorithme : mais en fait, qu’est-ce que c’est et à quoi ça sert ?

    Apr 9, 2026 · Un algorithme est une suite d’instructions précises permettant de résoudre un problème ou d’effectuer une tâche. Il suit une logique déterminée et produit un résultat à partir d’une ou plusieurs …

  8. What is an Algorithm? - Programiz

    An algorithm is a set of well-defined instructions in sequence to solve a problem. In this tutorial, we will learn what algorithms are with the help of examples.

  9. Algorithm | Definition, Types, & Facts | Britannica

    Mar 25, 2026 · Algorithm, systematic procedure that produces—in a finite number of steps—the answer to a question or the solution of a problem. The name derives from the Latin translation, Algoritmi de …

  10. Algorithme — Wikipédia

    Un algorithme est une méthode générale pour résoudre un type de problèmes. Il est dit correct lorsque, pour chaque instance du problème, il se termine en produisant la bonne sortie, c'est-à-dire qu'il …