You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- handle gcd of negative numbers
- fix the case when one of the numbers is equal to zero, gcd(0, x) = absolute value of x
- optimize using modulo instead of repeated subtractions
0 commit comments