moogacs / problem-solving

Problem solving repo. for the purpose to collect problems solution with different programming language
MIT License
16 stars 51 forks source link

Added Python implementation of gcd using recursion #49

Closed abhijitmanatkar closed 5 years ago

abhijitmanatkar commented 5 years ago

added python implementation of gcd using recursion