Overview: This project benchmarks and compares six methods for computing the greatest common divisor (GCD): Euclidean Iterative, Euclidean Recursive, Stein’s Iterative, Stein’s Recursive, Subtraction ...
B.Tech CSE (AI & ML) Student passionate about Python, DBMS, and Artificial Intelligence | Exploring how data can solve real-world problems | Team Leader who believes in innovation, collaboration, and ...
Python's math.gcd cannot be imported in Python versions prior to 3.5. Therefore, the automated tests fail. The easy fix would be to ignore this issue and configure Travis to only check against Python ...