There was an error while loading. Please reload this page.
1 parent de3a604 commit 9e5c845Copy full SHA for 9e5c845
1 file changed
DIRECTORY.md
@@ -517,6 +517,7 @@
517
* [Fuzzy Set Operations](fuzzy_logic/fuzzy_set_operations.py)
518
519
## [Genetic Algorithm](genetic_algorithm)
520
+ * [Basic Number](genetic_algorithm/basic_number.py)
521
* [Basic String](genetic_algorithm/basic_string.py)
522
523
## [Geodesy](geodesy)
@@ -876,6 +877,7 @@
876
877
* [Test Factorial](maths/test_factorial.py)
878
* [Test Prime Check](maths/test_prime_check.py)
879
* [Three Sum](maths/three_sum.py)
880
+ * [Tonelli Shanks](maths/tonelli_shanks.py)
881
* [Trailing Zeroes](maths/trailing_zeroes.py)
882
* [Trapezoidal Rule](maths/trapezoidal_rule.py)
883
* [Triplet Sum](maths/triplet_sum.py)
0 commit comments