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

  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 …

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

    Jul 11, 2025 · Algorithms also enable computers to perform tasks that would be difficult or impossible for humans to do manually. They are used in various fields such as mathematics, …

  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. Algorithm | Definition, Types, & Facts | Britannica

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

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

    May 7, 2025 · What Is an Algorithm? Algorithms provide computers with instructions that process data into actionable outputs. Here’s an in-depth look at how algorithms work, common types of …

  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. ALGORITHM definition in American English | Collins English …

    An algorithm is a series of mathematical steps, especially in a computer program, which will give you the answer to a particular kind of problem or question.

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

  10. Algorithm - Glossary | MDN

    Jul 11, 2025 · Computer scientists compare the efficiency of algorithms through the concept of "Algorithmic Complexity" or "Big O" notation. For example: A cooking recipe is an algorithm for …