Create rotated_binary_search.py #10908
Annotations
2 errors
Ruff (PLR5501):
searches/rotated_binary_search.py#L28
searches/rotated_binary_search.py:28:9: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
|
ruff
Process completed with exit code 1.
|