About 1,330,000 results
Open links in new tab
  1. 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 …

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

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

    Feb 14, 2025 · Algorithms: What are They and How do They Work? Every digital tool we use — from search engines and social media to financial modeling and artificial intelligence — relies on algorithms.

  4. What is an algorithm? - Algorithms - KS3 Computer Science Revision ...

    What is an algorithm? Algorithms are one of the four cornerstones of Computer Science. An algorithm is a plan, a set of step-by-step instructions to solve a problem.

  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. Algorithm | Definition, Types, & Facts | Britannica

    Oct 24, 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 …

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

    What are algorithms and why should you care? Explore two games that you could use an algorithm to solve more efficiently - the number guessing game and a route-finding game.

  8. What Is An Algorithm? Defining And Applying Algorithms

    Jan 12, 2024 · Algorithms are the building blocks of computer programs. And if you tried hard enough you could also break down the Google Search algorithm into these fundamental algorithmic building …

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

  10. 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, …