About 4,510 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 · 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, real-life examples and …

  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? Algorithm Definition for Computer Science …

    Dec 13, 2022 · Simply put, an algorithm is a set of instructions that performs a particular action. Contrary to popular belief, an algorithm is not some piece of code that requires extremely advanced …

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

    You can think of a programming algorithm as a recipe that describes the exact steps needed for the computer to solve a problem or reach a goal. We've all seen food recipes - they list the...

  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 …