About 1,470,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...

  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

    What is modular arithmetic?

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

  7. 3.3 The Euclidean Algorithm - Whitman College

    As we will see, the Euclidean Algorithm is an important theoretical tool as well as a practical algorithm. Here is how it works: To compute (a, b), divide the larger number (say a) by the …