feat: Introduce hamming code generator #10681
Annotations
3 errors
bit_manipulation/hamming_code_generator.py#L41
bit_manipulation/hamming_code_generator.py:41:89: E501 Line too long (94 > 88)
|
bit_manipulation/hamming_code_generator.py#L43
bit_manipulation/hamming_code_generator.py:43:12: PLR1714 Consider merging multiple comparisons: `i not in ("0", "1")`. Use a `set` if the elements are hashable.
|
|
The logs for this run have expired and are no longer available.
Loading