Fix: Binary search first occurrence and add property-based tests #17200
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (W292):
searches/jump_search.py#L66
searches/jump_search.py:66:61: W292 No newline at end of file
help: Add trailing newline
|
|
ruff (UP047):
searches/jump_search.py#L15
searches/jump_search.py:15:5: UP047 Generic function `jump_search` should use type parameters
help: Use type parameters
|
|
ruff (I001):
searches/jump_search.py#L5
searches/jump_search.py:5:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|