About 90,500 results
Open links in new tab
  1. Algorithm - Wikipedia

    Flowchart of an algorithm to find the greatest common divisor of two numbers. In mathematics and computer science, an algorithm (/ ˈælɡərɪðəm / ⓘ) is a finite sequence [1] of mathematically rigorous …

  2. 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 …

  3. ALGORITHM Definition & Meaning - Merriam-Webster

    4 days ago · The meaning of ALGORITHM is a specific step-by-step procedure for solving a problem or accomplishing some end. How to use algorithm in a sentence. What Does <span ...

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

    May 6, 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 …

  5. 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.

  6. What Is an Algorithm? Understanding the Logic Behind Modern …

    Nov 5, 2025 · An algorithm is one of the most fundamental concepts in the modern digital world, serving as the invisible foundation behind every process that happens inside a computer or any automated …

  7. What Is an Algorithm? | Definition & Examples - Scribbr

    Aug 9, 2023 · What Is an Algorithm? | Definition & Examples Published on August 9, 2023 by Kassiani Nikolopoulou. Revised on August 29, 2023. An algorithm is a set of steps for accomplishing a task or …

  8. Algorithmic Design: How Algorithms Are Created and Analyzed

    Dec 19, 2025 · Explore algorithmic design principles to effectively identify your problem, design steps to reach an effective solution, and translate them from theory to practice.

  9. What is an Algorithm? - hai.stanford.edu

    An Algorithm is a set of step-by-step instructions for solving a problem or completing a task, similar to a recipe. In computing, algorithms tell a computer how to process inputs such as data to produce an …

  10. Algorithms library - cppreference.com

    A parallel algorithm is a function template in the algorithms library with a template parameter named ExecutionPolicy or constrained by execution-policy (since C++26). Such a template parameter is …