|
87 | 87 | * [Count 1S Brian Kernighan Method](bit_manipulation/count_1s_brian_kernighan_method.py) |
88 | 88 | * [Count Number Of One Bits](bit_manipulation/count_number_of_one_bits.py) |
89 | 89 | * [Excess 3 Code](bit_manipulation/excess_3_code.py) |
| 90 | + * [Fast Walsh Hadamard Transform](bit_manipulation/fast_walsh_hadamard_transform.py) |
90 | 91 | * [Find Previous Power Of Two](bit_manipulation/find_previous_power_of_two.py) |
91 | 92 | * [Find Unique Number](bit_manipulation/find_unique_number.py) |
92 | 93 | * [Gray Code Sequence](bit_manipulation/gray_code_sequence.py) |
|
765 | 766 | * [Juggler Sequence](maths/juggler_sequence.py) |
766 | 767 | * [Karatsuba](maths/karatsuba.py) |
767 | 768 | * [Kth Lexicographic Permutation](maths/kth_lexicographic_permutation.py) |
| 769 | + * [Laplace Transformation](maths/laplace_transformation.py) |
768 | 770 | * [Largest Of Very Large Numbers](maths/largest_of_very_large_numbers.py) |
769 | 771 | * [Least Common Multiple](maths/least_common_multiple.py) |
770 | 772 | * [Line Intersection](maths/line_intersection.py) |
|
787 | 789 | * [Adams Bashforth](maths/numerical_analysis/adams_bashforth.py) |
788 | 790 | * [Bisection](maths/numerical_analysis/bisection.py) |
789 | 791 | * [Bisection 2](maths/numerical_analysis/bisection_2.py) |
| 792 | + * [Brent Method](maths/numerical_analysis/brent_method.py) |
790 | 793 | * [Integration By Simpson Approx](maths/numerical_analysis/integration_by_simpson_approx.py) |
791 | 794 | * [Intersection](maths/numerical_analysis/intersection.py) |
792 | 795 | * [Nevilles Method](maths/numerical_analysis/nevilles_method.py) |
|
838 | 841 | * [Hexagonal Numbers](maths/series/hexagonal_numbers.py) |
839 | 842 | * [Logarithmic Series](maths/series/logarithmic_series.py) |
840 | 843 | * [P Series](maths/series/p_series.py) |
| 844 | + * [Sieve Of Atkin](maths/sieve_of_atkin.py) |
841 | 845 | * [Sieve Of Eratosthenes](maths/sieve_of_eratosthenes.py) |
842 | 846 | * [Sigmoid](maths/sigmoid.py) |
843 | 847 | * [Signum](maths/signum.py) |
|
0 commit comments