simplifiying the binary search #16396
Annotations
6 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (W291):
searches/binary_search.py#L386
searches/binary_search.py:386:37: W291 Trailing whitespace
|
|
Ruff (W293):
searches/binary_search.py#L343
searches/binary_search.py:343:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
searches/binary_search.py#L341
searches/binary_search.py:341:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
searches/binary_search.py#L333
searches/binary_search.py:333:1: W293 Blank line contains whitespace
|
|
Ruff (E741):
searches/binary_search.py#L326
searches/binary_search.py:326:20: E741 Ambiguous variable name: `l`
|