Tanmay-901 / python-algorithms

efficient algorithms for general tasks with good time complexity.
MIT License
11 stars 11 forks source link

Find lowest common denominator #11

Closed kelvinchanwh closed 3 years ago

Tanmay-901 commented 3 years ago

@kelvinchanwh kindly add comments in your function part (especially about loop) to make the code better understandable. Since this repo is meant to be used by both beginners as well as experienced coders, it'd be better if we maintain the quality of the code from the beginning itself.

kelvinchanwh commented 3 years ago

@Dude-901 Thanks for the comment. Have added some comments regarding the while loop. Do let me know if there are any more clarifications I should make in regards to the code