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

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

  3. The Euclidean Algorithm (article) | Khan Academy

    The Euclidean Algorithm is a technique for quickly finding the GCD of two integers.

  4. 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. A …

  5. Euclidean algorithm - Art of Problem Solving

    The Euclidean algorithm (also known as the Euclidean division algorithm or Euclid's algorithm) is an algorithm that finds the greatest common divisor (GCD) of two elements of a Euclidean …

  6. There are three methods for finding the greatest common factor. This involves two numbers that, through experience, are easily grasped, such as 12 and 18. Start with the smaller of the two …

  7. Euclidean Algorithm: GCD Explained with C++, Java Examples

    Oct 27, 2025 · The Euclidean algorithm is an efficient method developed by ancient Greek mathematician Euclid to find the greatest common divisor (GCD) of two positive integers by …

  8. Euclidean Algorithm in Number Theory

    Jun 12, 2025 · Factoring integers The algorithm's number theoretic implications make it a fundamental tool in many areas of mathematics and computer science. The Euclidean …

  9. Number Theory - Euclid's Algorithm - Stanford University

    First, if d divides a and d divides b, then d divides their difference, a - b, where a is the larger of the two. But this means we’ve shrunk the original problem: now we just need to find gcd (a, a …

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

    Sep 16, 2025 · 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 …