Improve documentation for binary search algorithm #12864
Annotations
4 errors
ruff
Process completed with exit code 1.
|
Ruff (E501):
searches/binary_search.py#L195
searches/binary_search.py:195:89: E501 Line too long (89 > 88)
|
Ruff (E501):
searches/binary_search.py#L183
searches/binary_search.py:183:89: E501 Line too long (94 > 88)
|
Ruff (E501):
searches/binary_search.py#L182
searches/binary_search.py:182:89: E501 Line too long (90 > 88)
|