约 93,200 个结果
在新选项卡中打开链接
  1. Algorithm - Wikipedia

    Flowchart of an algorithm to find the greatest common divisor of two numbers. In mathematics and computer science, an algorithm (/ ˈælɡərɪðəm / ⓘ) is a finite sequence [1] of mathematically rigorous …

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

    2025年12月20日 · Algorithm is a set of finite, well-defined steps or instructions designed to solve a problem or perform a computation. It can also be defined as a procedure for solving a mathematical …

  3. ALGORITHM Definition & Meaning - Merriam-Webster

    2026年5月30日 · The meaning of ALGORITHM is a procedure for solving a mathematical problem (as of finding the greatest common divisor) in a finite number of steps that frequently involves repetition of …

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

    2026年5月6日 · Algorithm, systematic procedure that produces—in a finite number of steps—the answer to a question or the solution of a problem. The name derives from the Latin translation, Algoritmi de …

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

    2025年11月5日 · An algorithm is one of the most fundamental concepts in the modern digital world, serving as the invisible foundation behind every process that happens inside a computer or any …

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

    2023年8月9日 · What Is an Algorithm? | Definition & Examples Published on August 9, 2023 by Kassiani Nikolopoulou. Revised on August 29, 2023. An algorithm is a set of steps for accomplishing a task or …

  7. 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. Simply speaking, algorithms …

  8. What is an Algorithm? Complete Beginner’s Guide to Algorithms

    2025年9月5日 · Learn what an algorithm is with detailed examples, step-by-step explanations, and easy-to-understand visuals. Perfect guide for beginners starting with algorithms.

  9. What is an Algorithm? - Stanford HAI

    An Algorithm is a set of step-by-step instructions for solving a problem or completing a task, similar to a recipe. In computing, algorithms tell a computer how to process inputs such as data to produce an …

  10. DSA Tutorial - GeeksforGeeks

    2026年5月20日 · 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 …