Improve sorted input validation in binary search #16745
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (invalid-syntax):
searches/binary_search.py#L207
searches/binary_search.py:207:1: invalid-syntax: Unexpected indentation
|
|
Ruff (invalid-syntax):
searches/binary_search.py#L206
searches/binary_search.py:206:1: invalid-syntax: unindent does not match any outer indentation level
|