University homework rewritten in Rust with the same testing as well.
- 16/11/2024
Mainly revolves around modular arithmetic, gcd and lcm. The solutions involving the greatest common divisor implement the binary GCD algorithm (Stein's algorithm) instead of the Euclidean algorithm.