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

    Algorithm design is a method or mathematical process for problem-solving and engineering algorithms. The design of algorithms is part of many solution theories, such as divide-and-conquer or dynamic programming within operation research.

  2. 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 particular goal.

  3. What is an Algorithm | Introduction to Algorithms

    Jul 11, 2025 · The word Algorithm means "A set of finite rules or instructions to be followed in calculations or other problem-solving operations" Or "A procedure for solving a mathematical problem in a finite number of steps that frequently involves recursive operations".

  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? Definition, Types, Implementation

    Sep 28, 2023 · An algorithm is like a recipe: a step-by-step guide to performing a task or solving a problem. In computing, it’s a detailed series of instructions that a computer follows to complete a specific task or solve a particular problem.

  6. What Is an Algorithm? - HowStuffWorks

    Mar 5, 2024 · When you use programming to tell a computer what to do, you also get to choose how it's going to do it. So, what is an algorithm? It's the basic technique used to get the job done.

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

  8. What is an algorithm? - TechTarget

    Jul 29, 2024 · An algorithm is a procedure used for solving a problem or performing a computation. Algorithms act as an exact list of instructions that conduct specified actions step by step in either hardware- or software-based routines.

  9. What is an algorithm? Definition, structure and examples

    Dec 11, 2024 · An algorithm is a detailed step-by-step set of instructions aimed at solving a problem.

  10. What is An Algorithm? Definition, Working, and Types

    May 1, 2025 · What is An Algorithm? An algorithm is a set of step-by-step instructions for solving a problem or completing a task. It tells us exactly what to do and how to get the final result. …