About 1,230,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. What is an Algorithm | Introduction to Algorithms

    Apr 29, 2025 · 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. …

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

    Aug 9, 2023 · Algorithms are fundamental tools for problem-solving in both the digital world and many real-life scenarios. Each time we try to solve a problem by breaking it down into smaller, …

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

    Apr 22, 2025 · Algorithms exist for many such infinite classes of questions; Euclid’s Elements, published about 300 bce, contained one for finding the greatest common divisor of two natural …

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

  6. What is an Algorithm? Definition, Types, Implementation

    Sep 28, 2023 · Understanding the different types of algorithms can help in selecting the most appropriate one for solving a specific problem. Broadly, we can categorize algorithms based …

  7. Algorithms - Khan Academy

    Learn about algorithms and their applications in computer science with Khan Academy's comprehensive resources.

  8. What is an algorithm? Definition, structure and examples

    Dec 11, 2024 · In machine learning, algorithms refer to the set of instructions to build a machine learning model. Models are at the core of machine learning and they can recognize patterns, …

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

    Feb 14, 2025 · In this blog post, we will explore what algorithms are, their fundamental principles, types, and common coding techniques used to implement them. By the end, you’ll have a solid …

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