File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
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 )
You can’t perform that action at this time.
0 commit comments