Closed
Description
Feature description
greatest_common_divisor.py
and euclidean_gcd.py
both have basically the same two implementations of the Euclidean algorithm for calculating the GCD of 2 numbers. Thus, one of them should probably be removed as a duplicate.