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

    Jul 8, 2025 · Many algorithms have been developed for sorting data efficiently; these apply to structures residing in main memory and also to structures that constitute information systems …

  4. What is an algorithm? | TechTarget

    Jul 29, 2024 · Algorithms work by following a set of instructions or rules to complete a task or solve a problem. They can be expressed as natural languages, programming languages, …

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

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

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

    Feb 14, 2025 · Whether you are solving small-scale programming challenges or working on large-scale applications, algorithms are the key to building efficient and scalable solutions.

  9. Introduction to Algorithms | Electrical Engineering and Computer ...

    This course is an introduction to mathematical modeling of computational problems, as well as common algorithms, algorithmic paradigms, and data structures used to solve these problems.

  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.