Closed subhadeeppaul closed 4 years ago
Actually, there are lots of algorithms to find gcd of two numbers. But in most of them, the execution time will be the same.
But in the Euclidean algorithm, the execution time will be the minimum.
Add cpp file also include this in Maths section
Yes, I have included my CPP file in Maths section.
Actually, there are lots of algorithms to find gcd of two numbers. But in most of them, the execution time will be the same.
But in the Euclidean algorithm, the execution time will be the minimum.