Skip to content
New issue

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

Find the greatest common denominator between two numbers #61

Open
yjlim5 opened this issue Jun 2, 2017 · 0 comments
Open

Find the greatest common denominator between two numbers #61

yjlim5 opened this issue Jun 2, 2017 · 0 comments
Labels

Comments

@yjlim5
Copy link
Collaborator

yjlim5 commented Jun 2, 2017

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

@yjlim5 yjlim5 added the easy label Jun 2, 2017
ColinX13 added a commit to ColinX13/algorithms that referenced this issue Jun 5, 2017
ColinX13 added a commit to ColinX13/algorithms that referenced this issue Jun 5, 2017
ColinX13 added a commit to ColinX13/algorithms that referenced this issue Jun 5, 2017
yjlim5 added a commit that referenced this issue Jun 5, 2017
dsope05 added a commit that referenced this issue Jun 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant