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