Skip to content

Commit a636c10

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent b92c583 commit a636c10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: DIRECTORY.md

+2
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@
605605
* [Newton Raphson](maths/newton_raphson.py)
606606
* [Number Of Digits](maths/number_of_digits.py)
607607
* [Numerical Integration](maths/numerical_integration.py)
608+
* [Odd Sieve](maths/odd_sieve.py)
608609
* [Perfect Cube](maths/perfect_cube.py)
609610
* [Perfect Number](maths/perfect_number.py)
610611
* [Perfect Square](maths/perfect_square.py)
@@ -712,6 +713,7 @@
712713
* [Gauss Easter](other/gauss_easter.py)
713714
* [Graham Scan](other/graham_scan.py)
714715
* [Greedy](other/greedy.py)
716+
* [Guess The Number Search](other/guess_the_number_search.py)
715717
* [H Index](other/h_index.py)
716718
* [Least Recently Used](other/least_recently_used.py)
717719
* [Lfu Cache](other/lfu_cache.py)

0 commit comments

Comments
 (0)