About 1,030,000 results
Open links in new tab
  1. Algorithm - Wikipedia

    Most algorithms are intended to be implemented as computer programs. However, algorithms are also implemented by other means, such as in a biological neural network (for example, the …

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

    Jul 11, 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 use a set of initial data or input, process it through a series of logical steps or rules, and produce the output (i.e., the outcome, decision, or result).

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

    Jul 8, 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? 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, …

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

    Sep 28, 2023 · Algorithms are structured sets of instructions designed to solve specific problems or perform particular tasks. They function through a series of well-defined steps, each …

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

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

  9. What is an Algorithm? Algorithm Definition for Computer Science …

    Dec 13, 2022 · If you’re a student and want to study computer science, or you’re learning to code, then there’s a chance you’ve heard of algorithms. Simply put, an algorithm is a set of …

  10. The Algorithms - GitHub

    Open Source resource for learning Data Structures & Algorithms and their implementation in any Programming Language - The Algorithms