We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write a function that takes in two numbers and returns their greatest common denominator (GCD)
Input: 16, 24 Output: 8
Input: 5, 6 Output: 1
The text was updated successfully, but these errors were encountered:
solve issue llipio#61 find GCD
7e97146
test llipio#61
b96ac57
Updated llipio#61
377c1c5
Merge pull request #68 from ColinX13/colin4
7c1ecfd
Solutions and test #61
Merge pull request #72 from seemcat/mc6
06eaffd
Test & Solution for #61
No branches or pull requests
Write a function that takes in two numbers and returns their greatest common denominator (GCD)
Input: 16, 24
Output: 8
Input: 5, 6
Output: 1
The text was updated successfully, but these errors were encountered: