Python/bit_manipulation
Leyza 02d9bc66c1
Added binary shifts and twos complement functions to bit manipulation (#4068)
* Added binary shifts and twos complement functions to bit manipulation package

* Fixed problem representing 0 wrong

* More testing

* Fixed problems

* Fixed formatting

* More format fixes

* Format fixes

* Fixed docstrings and added url

* Minor change to url
2021-02-23 11:45:00 +05:30
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
binary_and_operator.py Fix type annotations for bit manipulation algorithms (#4056) 2020-12-24 18:16:44 +05:30
binary_count_setbits.py added binary_count_trailing_zeros.py (#2557) 2020-11-26 09:27:00 +08:00
binary_count_trailing_zeros.py added binary_count_trailing_zeros.py (#2557) 2020-11-26 09:27:00 +08:00
binary_or_operator.py Fix type annotations for bit manipulation algorithms (#4056) 2020-12-24 18:16:44 +05:30
binary_shifts.py Added binary shifts and twos complement functions to bit manipulation (#4068) 2021-02-23 11:45:00 +05:30
binary_twos_complement.py Added binary shifts and twos complement functions to bit manipulation (#4068) 2021-02-23 11:45:00 +05:30
binary_xor_operator.py Fix type annotations for bit manipulation algorithms (#4056) 2020-12-24 18:16:44 +05:30
count_number_of_one_bits.py add count_number_of_one_bits.py (#4195) 2021-02-12 07:59:24 +05:30
README.md Create Python/bit_manipulation/README.md (#1897) 2020-04-20 20:19:27 +02:00
reverse_bits.py add reverse_bits.py (#4120) 2021-01-27 15:54:57 +05:30
single_bit_manipulation_operations.py Fix type annotations for bit manipulation algorithms (#4056) 2020-12-24 18:16:44 +05:30