Skip to content

Commit 7a0752c

Browse files
github-actionstianyizheng02
github-actions
authored andcommitted
updating DIRECTORY.md
1 parent 7dfe5a4 commit 7a0752c

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
@@ -606,6 +606,7 @@
606606
* [Newton Raphson](maths/newton_raphson.py)
607607
* [Number Of Digits](maths/number_of_digits.py)
608608
* [Numerical Integration](maths/numerical_integration.py)
609+
* [Odd Sieve](maths/odd_sieve.py)
609610
* [Perfect Cube](maths/perfect_cube.py)
610611
* [Perfect Number](maths/perfect_number.py)
611612
* [Perfect Square](maths/perfect_square.py)
@@ -713,6 +714,7 @@
713714
* [Gauss Easter](other/gauss_easter.py)
714715
* [Graham Scan](other/graham_scan.py)
715716
* [Greedy](other/greedy.py)
717+
* [Guess The Number Search](other/guess_the_number_search.py)
716718
* [H Index](other/h_index.py)
717719
* [Least Recently Used](other/least_recently_used.py)
718720
* [Lfu Cache](other/lfu_cache.py)

0 commit comments

Comments
 (0)