ABHISHEK-AMRUTE / CP_Algorithms_hacktoberfest

Collection of All CP algorithms
16 stars 69 forks source link

Euclidean Algorithm #38

Closed Back-Log closed 3 years ago

Back-Log commented 3 years ago

Used to find the Greatest Common Divisor (GCD) of two integers.