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

    Flowchart of using successive subtractions to find the greatest common divisor of number r and s In mathematics and computer science, an algorithm (/ ˈælɡərɪðəm / ⓘ) is a finite sequence of …

  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 · Algorithms are necessary for solving complex problems efficiently and effectively. They help to automate processes and make them more reliable, faster, and easier to perform. Algorithms …

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

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

    Dec 5, 2025 · 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 …

  7. What Is An Algorithm? Defining And Applying Algorithms

    Jan 12, 2024 · What is an Algorithm? In its fundamental form, an algorithm is a process designed to solve a specific problem. It’s a set of instructions that end up in a desired conclusion.

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

    May 1, 2025 · 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. Computers use algorithms to help …

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

  10. DSA Introduction - W3Schools

    Data Structures is about how data can be stored in different structures. Algorithms is about how to solve different problems, often by searching through and manipulating data structures. Theory about Data …