About 6,070 results
Open links in new tab
  1. What is an Algorithm | Introduction to Algorithms

    Dec 20, 2025 · Algorithm is a set of finite, well-defined steps or instructions designed to solve a problem or perform a computation. It can also be defined as a procedure for solving a mathematical or …

  2. 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 (referred to as …

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

    Aug 9, 2023 · An algorithm is a set of step-by-step instructions to accomplish a task or solve a problem, often used in computer science.

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

    May 7, 2025 · What Is an Algorithm? 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, …

  5. What is an Algorithm? - Programiz

    In computer programming terms, an algorithm is a set of well-defined instructions to solve a particular problem. It takes a set of input (s) and produces the desired output.

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

    Sep 28, 2023 · An algorithm is a set of defined steps designed to perform a specific objective. This can be a simple process, such as a recipe to bake a cake, or a complex series of operations used in …

  7. What is an Algorithm in Programming? - Study.com

    Review the definition of an algorithm in programming, learn what one looks like through an example, and define terms such as procedure, inputs, outputs, and pseudocode. What Is a...

  8. Understanding Algorithms: Definition, Types, and Applications

    Oct 6, 2024 · Algorithms are fundamental to computer science and programming, as they dictate how tasks are executed on a computer. While they can be simple or complex, all algorithms share some …

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

    May 1, 2025 · An algorithm is a set of step-by-step instructions for solving a problem or completing a task. It tells us exactly what to do and how to get the final result. Computers use algorithms to help …

  10. What Is an Algorithm? - Computer Hope

    Sep 7, 2025 · Today, algorithms are used billions of times every day for various tasks. Below are some ways algorithms are used. There are many sort algorithms that sort data. Algorithms help control …