We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfe5a4 commit 7a0752cCopy full SHA for 7a0752c
DIRECTORY.md
@@ -606,6 +606,7 @@
606
* [Newton Raphson](maths/newton_raphson.py)
607
* [Number Of Digits](maths/number_of_digits.py)
608
* [Numerical Integration](maths/numerical_integration.py)
609
+ * [Odd Sieve](maths/odd_sieve.py)
610
* [Perfect Cube](maths/perfect_cube.py)
611
* [Perfect Number](maths/perfect_number.py)
612
* [Perfect Square](maths/perfect_square.py)
@@ -713,6 +714,7 @@
713
714
* [Gauss Easter](other/gauss_easter.py)
715
* [Graham Scan](other/graham_scan.py)
716
* [Greedy](other/greedy.py)
717
+ * [Guess The Number Search](other/guess_the_number_search.py)
718
* [H Index](other/h_index.py)
719
* [Least Recently Used](other/least_recently_used.py)
720
* [Lfu Cache](other/lfu_cache.py)
0 commit comments