About 15,200 results
Open links in new tab
  1. Euclidean algorithm - Wikipedia

    In mathematics, the Euclidean algorithm, [note 1] or Euclid's algorithm, is an efficient method for computing the greatest common divisor (GCD) of two integers, the largest number that divides them …

  2. Euclidean algorithms (Basic and Extended) - GeeksforGeeks

    Feb 17, 2025 · The Euclidean algorithm is a way to find the greatest common divisor of two positive integers. GCD of two numbers is the largest number that divides both of them.

  3. Euclidean Algorithm - Math is Fun

    The Euclidean Algorithm is a special way to find the Greatest Common Factor of two integers. It uses the concept of division with remainders (no decimals or fractions needed). So we are finding how …

  4. The Euclidean Algorithm (article) | Khan Academy

    Recall that the Greatest Common Divisor (GCD) of two integers A and B is the largest integer that divides both A and B. The Euclidean Algorithm is a technique for quickly finding the GCD of two …

    Missing:
    • Means
    Must include:
  5. Number Theory - Euclid's Algorithm - Stanford University

    A few simple observations lead to a far superior method: Euclid’s algorithm, or the Euclidean algorithm. First, if d divides a and d divides b, then d divides their difference, a - b, where a is the larger of the two.

  6. Euclidean algorithm | Algorithm, Division & GCD | Britannica

    Jan 30, 2026 · Euclidean algorithm, procedure for finding the greatest common divisor (GCD) of two numbers, described by the Greek mathematician Euclid in his Elements (c. 300 bc). The method is …

  7. Euclidean Algorithm - from Wolfram MathWorld

    6 days ago · The Euclidean algorithm, also called Euclid's algorithm, is an algorithm for finding the greatest common divisor of two numbers a and b. The algorithm can also be defined for more …

  8. EUCLIDEAN ALGORITHM Definition & Meaning - Merriam-Webster

    Euclidean algorithm noun : a method of finding the greatest common divisor of two numbers by dividing the larger by the smaller, the smaller by the remainder, the first remainder by the second remainder, …

  9. Euclidean Algorithm | Brilliant Math & Science Wiki

    The Euclidean algorithm is an efficient method for computing the greatest common divisor of two integers, without explicitly factoring the two integers.

  10. 3.3 The Euclidean Algorithm - Whitman College

    Since it is a very fast algorithm it plays an important role in many applications. With a little extra bookkeeping, we can use the Euclidean Algorithm to show that gcd (a, b) is actually a linear …