Skip to content

Commit

Permalink
Add chinese remainder theorem to README (TheAlgorithms#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
merelymyself authored Sep 28, 2022
1 parent 5290810 commit f093dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ These are for demonstration purposes only.

- [x] [Amicable numbers below N](./src/math/amicable_numbers.rs)
- [x] [Baby-Step Giant-Step Algorithm](./src/math/baby_step_giant_step.rs)
- [x] [Chinese Remainder Theorem](./src/math/chinese_remainder_theorem.rs)
- [x] [Extended euclidean algorithm](./src/math/extended_euclidean_algorithm.rs)
- [x] [Fast Inverse Square Root 'Quake' Algorithm](./src/math/square_root.rs)
- [x] [Gaussian Elimination](./src/math/gaussian_elimination.rs)
Expand Down

0 comments on commit f093dbe

Please sign in to comment.