Python/project_euler/problem_005
keshav Sharma 7d9ebee75f
chore: rename gcd to greatest_common_divisor (#6265)
As described in CONTRIBUTING.md

> Expand acronyms because gcd() is hard to understand but greatest_common_divisor() is not.

Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
2022-07-24 21:33:10 +05:30
..
__init__.py Rename Project Euler directories and other dependent changes (#3300) 2020-10-15 12:43:28 +05:30
sol1.py Fix style of the first ten solutions for Project Euler (#3242) 2020-10-25 08:53:16 +05:30
sol2.py chore: rename gcd to greatest_common_divisor (#6265) 2022-07-24 21:33:10 +05:30