lukew3 / mathgenerator

A math problem generator, created for the purpose of giving self-studying students and teaching organizations the means to easily get access to high-quality, generated math problems to suit their needs.
https://lukew3.github.io/mathgenerator
MIT License
680 stars 175 forks source link

Add Greatest Common Divisor of N Numbers Generator Program #353

Closed Git-Harshit closed 2 years ago

Git-Harshit commented 2 years ago

This pull request adds a greatest common divisor python generator program that returns GCD of N randomly generated numbers.

Please have a review, and let me know if any changes or updations are needed in it.