Skip to content

Commit efb7234

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 9cc188c commit efb7234

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
@@ -51,6 +51,7 @@
5151
* [Index Of Rightmost Set Bit](bit_manipulation/index_of_rightmost_set_bit.py)
5252
* [Is Even](bit_manipulation/is_even.py)
5353
* [Is Power Of Two](bit_manipulation/is_power_of_two.py)
54+
* [Missing Number](bit_manipulation/missing_number.py)
5455
* [Numbers Different Signs](bit_manipulation/numbers_different_signs.py)
5556
* [Reverse Bits](bit_manipulation/reverse_bits.py)
5657
* [Single Bit Manipulation Operations](bit_manipulation/single_bit_manipulation_operations.py)
@@ -676,6 +677,7 @@
676677
* [Sylvester Sequence](maths/sylvester_sequence.py)
677678
* [Tanh](maths/tanh.py)
678679
* [Test Prime Check](maths/test_prime_check.py)
680+
* [Three Sum](maths/three_sum.py)
679681
* [Trapezoidal Rule](maths/trapezoidal_rule.py)
680682
* [Triplet Sum](maths/triplet_sum.py)
681683
* [Twin Prime](maths/twin_prime.py)

0 commit comments

Comments
 (0)