Skip to content

Commit bc1565a

Browse files
tianyizheng02github-actions
authored andcommitted
Move bitwise add (TheAlgorithms#9097)
* updating DIRECTORY.md * updating DIRECTORY.md * updating DIRECTORY.md * Move and rename maths/sum_of_two_positive_numbers_bitwise.py * updating DIRECTORY.md --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent c0bf336 commit bc1565a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

DIRECTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
* [Binary Shifts](bit_manipulation/binary_shifts.py)
4444
* [Binary Twos Complement](bit_manipulation/binary_twos_complement.py)
4545
* [Binary Xor Operator](bit_manipulation/binary_xor_operator.py)
46+
* [Bitwise Addition Recursive](bit_manipulation/bitwise_addition_recursive.py)
4647
* [Count 1S Brian Kernighan Method](bit_manipulation/count_1s_brian_kernighan_method.py)
4748
* [Count Number Of One Bits](bit_manipulation/count_number_of_one_bits.py)
4849
* [Gray Code Sequence](bit_manipulation/gray_code_sequence.py)
@@ -514,6 +515,7 @@
514515
* [Logistic Regression](machine_learning/logistic_regression.py)
515516
* Lstm
516517
* [Lstm Prediction](machine_learning/lstm/lstm_prediction.py)
518+
* [Mfcc](machine_learning/mfcc.py)
517519
* [Multilayer Perceptron Classifier](machine_learning/multilayer_perceptron_classifier.py)
518520
* [Polynomial Regression](machine_learning/polynomial_regression.py)
519521
* [Scoring Functions](machine_learning/scoring_functions.py)
@@ -752,6 +754,7 @@
752754
* [Basic Orbital Capture](physics/basic_orbital_capture.py)
753755
* [Casimir Effect](physics/casimir_effect.py)
754756
* [Centripetal Force](physics/centripetal_force.py)
757+
* [Coulombs Law](physics/coulombs_law.py)
755758
* [Grahams Law](physics/grahams_law.py)
756759
* [Horizontal Projectile Motion](physics/horizontal_projectile_motion.py)
757760
* [Hubble Parameter](physics/hubble_parameter.py)

0 commit comments

Comments
 (0)