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

    Most algorithms are intended to be implemented as computer programs. However, algorithms are also implemented by other means, such as in a biological neural network (for example, the human brain performing arithmetic or an insect looking for food), in an electrical circuit, or a …

  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 artificial intelligence and machine learning.

  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 guides you through a series of well-defined actions to achieve a specific goal.

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

    Jul 8, 2025 · Many algorithms have been developed for sorting data efficiently; these apply to structures residing in main memory and also to structures that constitute information systems and databases.

  5. 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 contributing to the ultimate goal.

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

  7. What is an Algorithm? - Programiz

    An algorithm is a set of well-defined instructions in sequence to solve a problem. In this tutorial, we will learn what algorithms are with the help of examples.

  8. What is an algorithm? | TechTarget

    Jul 29, 2024 · Algorithms work by following a set of instructions or rules to complete a task or solve a problem. They can be expressed as natural languages, programming languages, pseudocode, flowcharts and control tables.

  9. 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 working behind the scenes to make it all possible.

  10. Algorithms: What are They and How do They Work? - Medium

    Feb 14, 2025 · Algorithms form the foundation of all modern computing. From simple sorting techniques to complex machine learning models, the ability to design and implement algorithms is a valuable skill for...