About 42,500 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 (referred to as …

  2. What is an Algorithm | Introduction to Algorithms

    Dec 20, 2025 · Need for Algorithms: Solve complex problems efficiently and effectively. Automate processes, making them reliable, faster, and easier. Enable computers to perform tasks difficult or …

  3. ALGORITHM Definition & Meaning - Merriam-Webster

    4 days ago · The current term of choice for a problem-solving procedure, algorithm, is commonly used nowadays for the set of rules a machine (and especially a computer) follows to achieve a particular …

  4. Algorithms | Computer science theory | Computing | Khan Academy

    We've partnered with Dartmouth college professors Tom Cormen and Devin Balkcom to teach introductory computer science algorithms, including searching, sorting, recursion, and graph theory.

  5. Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne

    Sep 26, 2024 · The textbook Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne surveys the most important algorithms and data structures in use today. The broad perspective taken makes it an …

  6. DSA Tutorial - GeeksforGeeks

    May 20, 2026 · DSA stands for Data Structures and Algorithms. Data structures manage how data is stored and accessed. Algorithms focus on processing this data. Examples of data structures are …

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

    6 days ago · What is an algorithm in mathematics? An algorithm in mathematics is a systematic procedure that produces the answer to a question or the solution to a problem in a finite number of …

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

  9. What is an Algorithm? - Stanford HAI

    In computing, algorithms tell a computer how to process inputs such as data to produce an output, such as a decision, prediction, or sorted list. Some algorithms are simple and fixed, while others “learn” …

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

    Nov 5, 2025 · In computer science, algorithms are expressed in programming languages and implemented to perform automated tasks. They form the logic behind every software system—from …