/
ksushaksusha
/
Python
ОбзорДокументацияВойти
/
ksushaksusha
/
Python
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
Python/
bit_manipulation/
..
README.md

Add README files 1/7 (#5754)

5 лет назад
__init__.py

Add __init__.py files in all the directories (#2503)

6 лет назад
binary_and_operator.py

use format to remove '0b' (#11307)

2 года назад
binary_coded_decimal.py

Add binary_coded_decimal.py (#10656)

3 года назад
binary_count_setbits.py

added binary_count_trailing_zeros.py (#2557)

6 лет назад
binary_count_trailing_zeros.py

added binary_count_trailing_zeros.py (#2557)

6 лет назад
binary_or_operator.py

Fix typos in Sorts and Bit_manipulation (#4949)

5 лет назад
binary_shifts.py

refactor: Remove unnecessary if else condition (#4307)

5 лет назад
binary_twos_complement.py

Added binary shifts and twos complement functions to bit manipulation (#4068)

5 лет назад
binary_xor_operator.py

Fix typos in Sorts and Bit_manipulation (#4949)

5 лет назад
bitwise_addition_recursive.py

Move bitwise add (#9097)

3 года назад
count_1s_brian_kernighan_method.py

Fix argument validation for count_1s_brian_kernighan_method (#7994)

4 года назад
count_number_of_one_bits.py

Fix benchmark to test with the provided number instead on 25 (#10587)

3 года назад
excess_3_code.py

Excess 3 code (#11001)

3 года назад
find_previous_power_of_two.py

Create find_previous_power_of_two.py (#11004)

3 года назад
find_unique_number.py

Add find_unique_number algorithm to bit manipulation (#12654)

год назад
gray_code_sequence.py

Add a gray_code_sequence.py file to the bit_manipulation folder (#5038)

5 лет назад
highest_set_bit.py

Add function for highest set bit location (#7586)

4 года назад
index_of_rightmost_set_bit.py

fix validation condition and add tests (#7997)

4 года назад
is_even.py

Typo deicmal -> decimal (#11169)

3 года назад
is_power_of_two.py

Is power of two (#7936)

4 года назад
largest_pow_of_two_le_num.py

Added largest pow of 2 le num (#9374)

3 года назад
missing_number.py

test: adding more tests to missing number algorithm (#10394)

3 года назад
numbers_different_signs.py

add numbers different signs algorithm. (#8008)

4 года назад
power_of_4.py

Power of 4 (#9505)

3 года назад
reverse_bits.py

Fix reverse_bits.py: correct 32-bit reversal and improve docstrings (#12924)

год назад
single_bit_manipulation_operations.py

Enable ruff RUF002 rule (#11377)

2 года назад
swap_all_odd_and_even_bits.py

Create swap_all_odd_and_even_bits.py (#10692)

3 года назад
README.md