Skip to content

Commit 8a8501d

Browse files
committed
updating DIRECTORY.md
1 parent b24f1bb commit 8a8501d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

DIRECTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
* [Count 1S Brian Kernighan Method](bit_manipulation/count_1s_brian_kernighan_method.py)
8888
* [Count Number Of One Bits](bit_manipulation/count_number_of_one_bits.py)
8989
* [Excess 3 Code](bit_manipulation/excess_3_code.py)
90+
* [Fast Walsh Hadamard Transform](bit_manipulation/fast_walsh_hadamard_transform.py)
9091
* [Find Previous Power Of Two](bit_manipulation/find_previous_power_of_two.py)
9192
* [Find Unique Number](bit_manipulation/find_unique_number.py)
9293
* [Gray Code Sequence](bit_manipulation/gray_code_sequence.py)
@@ -765,6 +766,7 @@
765766
* [Juggler Sequence](maths/juggler_sequence.py)
766767
* [Karatsuba](maths/karatsuba.py)
767768
* [Kth Lexicographic Permutation](maths/kth_lexicographic_permutation.py)
769+
* [Laplace Transformation](maths/laplace_transformation.py)
768770
* [Largest Of Very Large Numbers](maths/largest_of_very_large_numbers.py)
769771
* [Least Common Multiple](maths/least_common_multiple.py)
770772
* [Line Intersection](maths/line_intersection.py)
@@ -787,6 +789,7 @@
787789
* [Adams Bashforth](maths/numerical_analysis/adams_bashforth.py)
788790
* [Bisection](maths/numerical_analysis/bisection.py)
789791
* [Bisection 2](maths/numerical_analysis/bisection_2.py)
792+
* [Brent Method](maths/numerical_analysis/brent_method.py)
790793
* [Integration By Simpson Approx](maths/numerical_analysis/integration_by_simpson_approx.py)
791794
* [Intersection](maths/numerical_analysis/intersection.py)
792795
* [Nevilles Method](maths/numerical_analysis/nevilles_method.py)
@@ -838,6 +841,7 @@
838841
* [Hexagonal Numbers](maths/series/hexagonal_numbers.py)
839842
* [Logarithmic Series](maths/series/logarithmic_series.py)
840843
* [P Series](maths/series/p_series.py)
844+
* [Sieve Of Atkin](maths/sieve_of_atkin.py)
841845
* [Sieve Of Eratosthenes](maths/sieve_of_eratosthenes.py)
842846
* [Sigmoid](maths/sigmoid.py)
843847
* [Signum](maths/signum.py)

0 commit comments

Comments
 (0)