Fix binary search to return leftmost occurrence for duplicates #16384
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (W293):
searches/binary_search.py#L305
searches/binary_search.py:305:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
searches/binary_search.py#L287
searches/binary_search.py:287:1: W293 Blank line contains whitespace
|
|
Ruff (E501):
searches/binary_search.py#L217
searches/binary_search.py:217:89: E501 Line too long (89 > 88)
|