master
Add README files 1/7 (#5754)
Add __init__.py files in all the directories (#2503)
use format to remove '0b' (#11307)
Add binary_coded_decimal.py (#10656)
added binary_count_trailing_zeros.py (#2557)
Fix typos in Sorts and Bit_manipulation (#4949)
refactor: Remove unnecessary if else condition (#4307)
Added binary shifts and twos complement functions to bit manipulation (#4068)
Move bitwise add (#9097)
Fix argument validation for count_1s_brian_kernighan_method (#7994)
Fix benchmark to test with the provided number instead on 25 (#10587)
Excess 3 code (#11001)
Create find_previous_power_of_two.py (#11004)
Add find_unique_number algorithm to bit manipulation (#12654)
Add a gray_code_sequence.py file to the bit_manipulation folder (#5038)
Add function for highest set bit location (#7586)
fix validation condition and add tests (#7997)
Typo deicmal -> decimal (#11169)
Is power of two (#7936)
Added largest pow of 2 le num (#9374)
test: adding more tests to missing number algorithm (#10394)
add numbers different signs algorithm. (#8008)
Power of 4 (#9505)
Fix reverse_bits.py: correct 32-bit reversal and improve docstrings (#12924)
Enable ruff RUF002 rule (#11377)
Create swap_all_odd_and_even_bits.py (#10692)