About 563,000 results
Open links in new tab
  1. ALGORITHM Definition & Meaning - Merriam-Webster

    The current term of choice for a problem-solving procedure, algorithm, is commonly used nowadays for the set of rules a machine (and especially a computer) follows to achieve a …

  2. What is an Algorithm | Introduction to Algorithms

    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

    Algorithms are used as specifications for performing calculations and data processing. More advanced algorithms can use conditionals to divert the code execution through various routes …

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

  5. What is an Algorithm? Simple & Easy Explanation for Beginners …

    Aug 14, 2025 · They are simply a set of step-by-step instructions for getting something done. So, What is An Algorithm? It’s a clear plan for solving a problem. To understand what is an …

  6. What Is an Algorithm? (Definition, Examples, Analysis) | Built In

    May 7, 2025 · Summary: Algorithms are step-by-step instructions that process input data into outputs, forming the backbone of tasks like search engines, GPS and facial recognition. From …

  7. What Is an Algorithm? - Computer Hope

    Sep 7, 2025 · What Is an Algorithm? Derived from the name of the mathematician Muhammed ibn-Musa Al-Khowarizmi, an algorithm is a solution to a problem that meets the following …

  8. Algorithms explained simply: definition and examples | Bitpanda …

    Oct 25, 2025 · Simply put, an algorithm is a set sequence of instructions designed to solve a problem or perform a task. The term "algorithm" originates from the Persian mathematician Al …

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

    Dec 5, 2025 · For questions or problems with only a finite set of cases or values an algorithm always exists (at least in principle); it consists of a table of values of the answers.

  10. What is an Algorithm? - Intro CS Textbook

    Oct 8, 2025 · A good definition for an algorithm is a finite list of specific instructions for carrying out a procedure or solving a problem. If you think about it, every computer program we write …