About 2,000,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 …

  2. ALGORITHM Definition & Meaning - Merriam-Webster

    What Does algorithm Mean? 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 …

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

    5 days ago · The algorithm is written in a programming language and executed to measure real factors like correctness, time taken, and space used. This analysis depends on the compiler and the …

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

    Aug 9, 2023 · What is an algorithm? An algorithm is a sequence of instructions that a computer must perform to solve a well-defined problem. It essentially defines what the computer needs to do and …

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

  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? - 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, procedures, …

  8. What is an Algorithm? - talkdev.com

    May 15, 2025 · An algorithm follows a clearly defined and structured sequence of steps designed to solve a specific problem or perform a specific task. Each step is deterministic, meaning it behaves …

  9. What is an Algorithm? Complete Beginner’s Guide to Algorithms

    Sep 5, 2025 · An algorithm is a step-by-step set of instructions designed to perform a specific task or solve a given problem. Think of it as a recipe in cooking: you have a list of ingredients (inputs) and …

  10. What Is An Algorithm? • Introduction To Algorithms in 2025

    Oct 15, 2025 · An algorithm is a step-by-step set of instructions used to solve a problem or perform a task. You can think of it like a recipe — it tells you exactly what to do, in what order, to get the result …