package com.williamfiset.algorithms.math; public class GCD { // Computes the Greatest Common Divisor (GCD) of a & b // This method ensures that the value returned is non negative public static long gcd(long a
京公网安备 11010502049817号