About 104,000 results
Open links in new tab
  1. Program to Find GCD or HCF of Two Numbers - GeeksforGeeks

    Mar 6, 2026 · Given two positive integers a and b, the task is to find the GCD of the two numbers. Note: The GCD (Greatest Common Divisor) or HCF (Highest Common Factor) of two numbers is the …

  2. Greatest common divisor - Wikipedia

    When one of a and b is zero, the GCD is the absolute value of the nonzero integer: gcd (a, 0) = gcd (0, a) = |a|. This case is important as the terminating step of the Euclidean algorithm.

  3. Greatest Common Factor Calculator

    Aug 1, 2025 · The greatest common factor (GCF or GCD or HCF) of a set of whole numbers is the largest positive integer that divides evenly into all numbers with zero remainder.

  4. Grand Comics Database

    The GCD is building the most comprehensive comics database. It is fully searchable and includes data on creator credits, story details, or other publication details for comic books worldwide.

  5. GCD Calculator

    Use this page to calculate the gcd of a set of two or more numbers.

  6. GCD (Greatest Common Divisor) - How to Find GCD of two …

    The meaning and full form of GCD is the Greatest Common Divisor. So, GCD is the greatest positive number which is a common divisor for a given set of positive numbers.

  7. GCD Calculator

    What is the GCD? The GCD (short for greater common divisor) is a useful mathematical concept: it is the largest number that divides exactly all the numbers in a set. The GCD is defined for every …

  8. How to find the gcd (THE EASY WAY!) - YouTube

    Mar 18, 2024 · Learn how to find the greatest common divisor (gcd) using the Euclidean Algorithm. After each example using Euclid's Algorithm, you will see how to write the gcd as a linear combination of …

  9. Find Greatest Common Divisor of Array - LeetCode

    Find Greatest Common Divisor of Array - Given an integer array nums, return the greatest common divisor of the smallest number and largest number in nums. The greatest common divisor of two …

  10. Greatest Common Divisor | Brilliant Math & Science Wiki

    The greatest common divisor (GCD), also called the greatest common factor, of two numbers is the largest number that divides them both. For instance, the greatest common factor of 20 and 15 is 5, …