Skip to content

Commit afe30b0

Browse files
committed
updating DIRECTORY.md
1 parent 7f410e9 commit afe30b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

DIRECTORY.md

Lines changed: 2 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)
@@ -787,6 +788,7 @@
787788
* [Adams Bashforth](maths/numerical_analysis/adams_bashforth.py)
788789
* [Bisection](maths/numerical_analysis/bisection.py)
789790
* [Bisection 2](maths/numerical_analysis/bisection_2.py)
791+
* [Brent Method](maths/numerical_analysis/brent_method.py)
790792
* [Integration By Simpson Approx](maths/numerical_analysis/integration_by_simpson_approx.py)
791793
* [Intersection](maths/numerical_analysis/intersection.py)
792794
* [Nevilles Method](maths/numerical_analysis/nevilles_method.py)

0 commit comments

Comments
 (0)