abhpd / hacktoberfest2021

🌱 Contribute your favorite 📚 Data Structure implementation, 🕸 Algorithms, and 🎲 Projects. 😊 | Very Active Repository, Star and Share with your friends |
MIT License
543 stars 1.58k forks source link

Create g.c.d recursion #2072

Open KIN1471 opened 2 years ago

KIN1471 commented 2 years ago

This program takes two positive integers from user and calculates GCD using recursion.