Python
Python copied to clipboard
Remove duplicate GCD implementation
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.
@cclauss which one we should keep
Hey, I am Arhama . I am a beginner in open source contribution. I think I Can work on this issue. can you assign me this work.
can you assign me this work.
https://github.com/TheAlgorithms/Python/pull/8871/files
My preference would be to delete the file whose name uses the gcd acronym and keep the file whose name is self-documenting (as #8078 attempted to do).
- #8078
Hey, is this still an issue to work on if yes can I do it
@HimanshuMahto Read the contributing guidelines.
If you are interested in resolving an open issue, simply make a pull request with your proposed fix. We do not assign issues in this repo so please do not ask for permission to work on an issue.
Hey, I have created a PR #9108 which addresses this issue. Please review it. Thanks!