NIST

greatest common divisor

(algorithm)

Definition: (1) The greatest integer which is a divisor of given positive integers. For instance, GCD(30, 42) = 6. (2) An algorithm to find the same.

Also known as GCD, highest common factor.

See also Euclid's algorithm, binary GCD, least common multiple, extended Euclid's algorithm.

Note: After [CLR90, page 804].

Author: PEB

Implementation

Flower Brackets (Java).
Go to the Dictionary of Algorithms and Data Structures home page.

If you have suggestions, corrections, or comments, please get in touch with Paul Black.

Entry modified 12 July 2019.
HTML page formatted Fri Jul 12 10:55:30 2019.

Cite this as:
Paul E. Black, "greatest common divisor", in Dictionary of Algorithms and Data Structures [online], Paul E. Black, ed. 12 July 2019. (accessed TODAY) Available from: https://www.nist.gov/dads/HTML/greatestCommonDivisor.html