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

    In mathematics and computer science, an algorithm (/ ˈælɡərɪðəm / ⓘ) is a finite sequence of mathematically rigorous instructions, typically used to solve a class of specific problems or to …

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

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

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

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

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

    Dec 5, 2025 · Algorithm, systematic procedure that produces—in a finite number of steps—the answer to a question or the solution of a problem. The name derives from the Latin translation, …

  7. What is an Algorithm? - Intro CS Textbook

    Oct 8, 2025 · A good definition for an algorithm is a finite list of specific instructions for carrying out a procedure or solving a problem. If you think about it, every computer program we write …

  8. What is an Algorithm? - talkdev.com

    May 15, 2025 · In essence, an algorithm provides a clear and structured approach to problem-solving. This comprehensive guide explores algorithms' fundamentals, mechanics, types, and …

  9. Understanding Algorithms in Programming: Definition and …

    This blog explores algorithms in programming, their definitions, historical significance, and practical examples with code.

  10. The Role of Algorithms in Computing - GeeksforGeeks

    Jul 28, 2025 · Algorithms play a crucial role in computing by providing a set of instructions for a computer to perform a specific task. They are used to solve problems and carry out tasks in …