We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5290810 commit f093dbeCopy full SHA for f093dbe
README.md
@@ -53,6 +53,7 @@ These are for demonstration purposes only.
53
54
- [x] [Amicable numbers below N](./src/math/amicable_numbers.rs)
55
- [x] [Baby-Step Giant-Step Algorithm](./src/math/baby_step_giant_step.rs)
56
+- [x] [Chinese Remainder Theorem](./src/math/chinese_remainder_theorem.rs)
57
- [x] [Extended euclidean algorithm](./src/math/extended_euclidean_algorithm.rs)
58
- [x] [Fast Inverse Square Root 'Quake' Algorithm](./src/math/square_root.rs)
59
- [x] [Gaussian Elimination](./src/math/gaussian_elimination.rs)
0 commit comments