amanmehara / programming

A polyglot collection of algorithms and code snippets.
Apache License 2.0
35 stars 95 forks source link

[Java] Euclidean Algorithm (GCD) #223

Closed divyagar closed 4 years ago

divyagar commented 4 years ago

I have completed program to find gcd of two numbers using euclidean algorithm.