Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Create gcd.cpp

Open cognitive137 opened this issue 5 years ago • 0 comments

The algorithm cannot recuse indefinitely, since the second argument strictly decreases in each recursive call and is always nonnegative.

cognitive137 avatar Oct 07 '19 12:10 cognitive137