Yet_Another_Algorithms_Repository icon indicating copy to clipboard operation
Yet_Another_Algorithms_Repository copied to clipboard

Find GCD of Two Numbers using Euclidean's Algorithm

Open panda311 opened this issue 5 years ago • 3 comments

  • Please follow the Contributing Guidelines & naming conventions in the guidelines accordingly. 🙂
  • Following naming guidelines is important to maintain consistency.😊
  • Please NOTE: In case, same implementation of an algorithm is submitted by someone else and it gets accepted, then your contribution won't be merged ( to avoid duplicates )

panda311 avatar Oct 15 '19 20:10 panda311

i want to implement this.

ajaykumarr123 avatar Oct 16 '19 13:10 ajaykumarr123

Can I take this up as I can see there has been no PR

palakjadwani avatar Oct 19 '19 14:10 palakjadwani

Hey, added euclid's gcd and and extended gcd algorithms in cpp.

karan221 avatar Oct 28 '19 20:10 karan221