Skip to content

Commit f093dbe

Browse files
authored
Add chinese remainder theorem to README (TheAlgorithms#387)
1 parent 5290810 commit f093dbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ These are for demonstration purposes only.
5353

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

0 commit comments

Comments
 (0)