About 61,500,000 results
Open links in new tab
  1. 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 …

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

    Missing:
    • computer science
    Must include:
  4. 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, …

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

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

  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 …

  9. What is an algorithm? - TechTarget

    Jul 29, 2024 · In mathematics, computer programming and computer science, an algorithm usually refers to a small procedure that solves a recurrent problem. Algorithms are also used …

  10. Algorithms in Computer Science: A Complete Beginner’s Guide …

    Sep 29, 2025 · In the simplest words (general definiton): An algorithm is a step-by-step set of instructions to solve a problem. Think about making tea: That’s an algorithm for making tea a …