About 1,200,000 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 …

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

    Jul 11, 2025 · Computer Science: Algorithms form the basis of computer programming and are used to solve problems ranging from simple sorting and searching to complex tasks such as …

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

    Aug 9, 2023 · Algorithms can instruct a computer how to perform a calculation, process data, or make a decision. The best way to understand an algorithm is to think of it as a recipe that …

  4. Definition, Types, Complexity and Examples of Algorithm

    Oct 16, 2023 · Algorithms are used to solve problems or automate tasks in a systematic and efficient manner. They are a set of instructions or rules that guide the computer or software in …

  5. Design and Analysis of Algorithm Tutorial - GeeksforGeeks

    6 days ago · Design and Analysis of Algorithms is a fundamental area in computer science that focuses on understanding how to solve problems efficiently using algorithms. It is about …

  6. Algorithms | An Open Access Journal from MDPI

    Algorithms is a peer-reviewed, open access journal which provides an advanced forum for studies related to algorithms and their applications. Algorithms is published monthly online by MDPI.

  7. What is an algorithm? Definition, structure and examples

    Dec 11, 2024 · Algorithms are the beating heart of modern computing. Every time you perform a search on the Internet, send an email, watch an online video or shop on a website, they are …

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

    Jul 8, 2025 · Algorithms exist for many such infinite classes of questions; Euclid’s Elements, published about 300 bce, contained one for finding the greatest common divisor of two natural …

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

    Sep 28, 2023 · Algorithms are structured sets of instructions designed to solve specific problems or perform particular tasks. They function through a series of well-defined steps, each …

  10. Introduction to Algorithms | Electrical Engineering and Computer ...

    This course is an introduction to mathematical modeling of computational problems, as well as common algorithms, algorithmic paradigms, and data structures used to solve these problems.