This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
Replies: 1 comment
-
https://github.com/Ta180m/Idiot-Code-Golf/blob/main/gcd/gcd.cpp Euclidean algorithm except modulos are computed using trig functions! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The greatest common divisor is a common number theory operation.
Here's a few implementations to give you some ideas:
Beta Was this translation helpful? Give feedback.
All reactions