Add new algorithm (is_K_power_of_N) to bit manipulation #13682
Annotations
6 errors
ruff
Process completed with exit code 1.
|
Ruff:
bit_manipulation/is_K_power_of_N.py#L52
bit_manipulation/is_K_power_of_N.py:52:4: SyntaxError: Expected a statement
|
Ruff:
bit_manipulation/is_K_power_of_N.py#L52
bit_manipulation/is_K_power_of_N.py:52:3: SyntaxError: Got unexpected token `
|
Ruff:
bit_manipulation/is_K_power_of_N.py#L52
bit_manipulation/is_K_power_of_N.py:52:2: SyntaxError: Got unexpected token `
|
Ruff:
bit_manipulation/is_K_power_of_N.py#L52
bit_manipulation/is_K_power_of_N.py:52:1: SyntaxError: Got unexpected token `
|
Ruff (N999):
bit_manipulation/is_K_power_of_N.py#L1
bit_manipulation/is_K_power_of_N.py:1:1: N999 Invalid module name: 'is_K_power_of_N'
|