codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 170 forks source link

[Program]: Find GCD of two numbers by recursion #3841

Open harshraj8843 opened 1 year ago

harshraj8843 commented 1 year ago

Description

Write a program to find gcd of two numbers by recursion

GCD (Greatest Common Divisor) of two numbers is the largest number that divides both of them. A simple way to find GCD is to factorize both numbers and multiply common factors.

Input  : 12 18
Output : 6

Tracking Issues

Shaileshalluri commented 10 months ago

!assign

Shubham-2110 commented 9 months ago

@harshraj8843 can you please assign me this?

harshraj8843 commented 9 months ago

Hey @Shubham-2110

You can comment !assign on any good first issue you want to contribute to, to be auto-assigned

!assign
harshraj8843 commented 9 months ago

@Shaileshalluri @Shubham-2110 this is not a good first issue. This issue tracks the progress of related good first issues.

You can find the related good first issues above