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

  2. What is an Algorithm | Introduction to Algorithms

    Jul 11, 2025 · Computer Science: Algorithms form the basis of computer programming and are used to solve problems ranging from simple sorting and searching to complex tasks such as …

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

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

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

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

  6. What Is an Algorithm? - HowStuffWorks

    Mar 5, 2024 · Algorithms are integral to the way computer systems process data. Most computer programs consist of algorithms that follow specific instructions to conduct a simple task.

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

  8. What is an algorithm? - BBC Bitesize

    There are lots of different types of algorithms. Let's find out how they help us in everyday life. I want to make a cake. The type of algorithm we need to help us complete this task is called a...

  9. Algorithms: What are They and How do They Work? - Medium

    Feb 14, 2025 · Understanding algorithms is crucial for programmers, engineers, and anyone interested in computational thinking. In this blog post, we will explore what algorithms are, their …

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

    May 1, 2025 · Computers use algorithms to help them make decisions, process data, or perform actions automatically. They can be very simple, like sorting a list of numbers, or very complex, …