About 96,600 results
Open links in new tab
  1. Algorithm - Wikipedia

    Flowchart of an algorithm to find the greatest common divisor of two numbers. In mathematics and computer science, an algorithm (/ ˈælɡərɪðəm / ⓘ) is a finite sequence [1] of mathematically rigorous …

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

    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 …

  3. What Is an Algorithm? Understanding the Logic Behind Modern …

    Nov 5, 2025 · An algorithm is one of the most fundamental concepts in the modern digital world, serving as the invisible foundation behind every process that happens inside a computer or any automated …

  4. ALGORITHM Definition & Meaning - Merriam-Webster

    Jun 20, 2026 · The meaning of ALGORITHM is a specific step-by-step procedure for solving a problem or accomplishing some end. How to use algorithm in a sentence. What Does <span ...

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

    Aug 9, 2023 · What Is an Algorithm? | Definition & Examples Published on August 9, 2023 by Kassiani Nikolopoulou. Revised on August 29, 2023. An algorithm is a set of steps for accomplishing a task or …

  6. List of algorithms - Wikipedia

    An algorithm is a fundamental set of rules or defined procedures that are typically designed and used to be a simpler way to solve a specific problem or a broad set of problems. Simply speaking, algorithms …

  7. What is Algorithm? Characteristics, Types, Examples

    Feb 13, 2026 · What is an Algorithm? An algorithm is a set of defined steps or a procedure for solving a particular problem or accomplishing a specific task. In computer science and programming, an …

  8. What is an Algorithm? A Simple Guide for Beginners - guvi.in

    2 days ago · What is an Algorithm? In textbook terms, an algorithm is defined as a finite, well-defined sequence of instructions designed to perform a task or solve a problem. Each step in an algorithm is …

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

    May 6, 2026 · 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, Algoritmi de …

  10. DSA Tutorial - W3Schools

    Data Structures and Algorithms (DSA) is a fundamental part of Computer Science that teaches you how to think and solve complex problems systematically. Using the right data structure and algorithm …