About 41,700 results
Open links in new tab
  1. What Is an Algorithm? | Definition & Examples - Scribbr

    Aug 9, 2023 · An algorithm is a set of step-by-step instructions to accomplish a task or solve a problem, often used in computer science.

  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 …

  3. Algorithm - Wikipedia

    In mathematics and computer science, an algorithm (/ ˈælɡərɪðəm / ⓘ) is a finite sequence of mathematically rigorous instructions, typically used to solve a class of specific problems or to …

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

    Feb 13, 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, …

    Missing:
    • computer science
    Must include:
  5. What is an Algorithm? Algorithm Definition for Computer Science

    Dec 13, 2022 · If you’re a student and want to study computer science, or you’re learning to code, then there’s a chance you’ve heard of algorithms. Simply put, an algorithm is a set of …

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

    Nov 5, 2025 · In computer science, algorithms are expressed in programming languages and implemented to perform automated tasks. They form the logic behind every software …

  7. What Is an Algorithm? - Computer Hope

    Sep 7, 2025 · Derived from the name of the mathematician Muhammed ibn-Musa Al-Khowarizmi, an algorithm is a solution to a problem that meets the following criteria. A list of instructions, …

  8. What is an algorithm? - Algorithms - KS3 Computer Science

    In an algorithm, each instruction is identified and the order in which they should be carried out is planned. Add subjects, save guides and continue where you left off with your BBC account. …

  9. What Is an Algorithm? - HowStuffWorks

    Mar 5, 2024 · But what is an algorithm, exactly? At its core, an algorithm is a methodical, step-by-step procedure for solving problems or accomplishing tasks.

  10. What is an Algorithm? - Intro CS Textbook

    Oct 8, 2025 · So what is an algorithm in computer science? A good definition for an algorithm is a finite list of specific instructions for carrying out a procedure or solving a problem.