About 460,000 results
Open links in new tab
  1. What Is an Algorithm? | Definition & Examples - Scribbr

    Aug 9, 2023 · An algorithm is a set of step-by-step instructions to accomplish a task or solve a problem, often used in computer science.

  2. What is an Algorithm | Introduction to Algorithms

    Jul 11, 2025 · Data Science: Algorithms are used to analyze, process, and extract insights from large amounts of data in fields such as marketing, finance, and healthcare. These are just a …

  3. Algorithm - Wikipedia

    One informal definition is "a set of rules that precisely defines a sequence of operations", [16] which would include all computer programs (including programs that do not perform numeric …

  4. What Is an Algorithm? (Definition, Examples, Analysis) | Built In

    May 7, 2025 · What Is an Algorithm? Algorithms provide computers with instructions that process data into actionable outputs. Here’s an in-depth look at how algorithms work, common types of …

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

    Dec 11, 2024 · An algorithm is a detailed step-by-step set of instructions aimed at solving a problem.

  6. ALGORITHM Definition & Meaning - Merriam-Webster

    Algorithm is often paired with words specifying the activity for which a set of rules have been designed. A search algorithm, for example, is a procedure that determines what kind of …

  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? - Computer Hope

    Sep 7, 2025 · Derived from the name of the mathematician Muhammed ibn-Musa Al-Khowarizmi, an algorithm is a solution to a problem that meets the following criteria. A list of instructions, …

  9. What is Algorithm? Characteristics, Types, Examples, Basics

    Feb 11, 2025 · In computer science and programming, an algorithm tells the computer exactly what steps to take to process data and come up with a solution. Algorithms can vary widely in …

  10. What is an algorithm? - TechTarget

    Jul 29, 2024 · For example, a search algorithm takes a search query as input and runs it through a set of instructions for searching through a database for relevant items to the query. …