About 1,190,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. Algorithms Tutorial - GeeksforGeeks

    Apr 12, 2025 · Algorithm is a step-by-step procedure for solving a problem or accomplishing a task. In the context of data structures and algorithms, it is a set of well-defined instructions for …

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

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

  5. Algorithms - Khan Academy

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

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

  7. Definition, Types, Complexity and Examples of Algorithm

    Oct 16, 2023 · NEED OF THE ALGORITHMS : Algorithms are used to solve problems or automate tasks in a systematic and efficient manner. They are a set of instructions or rules …

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

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

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