Fix binary search duplicates #14326
+167
−646
Closed
Fix binary search duplicates #14326
Annotations
5 errors
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
|
Run uvx ruff check --output-format=github .:
tests/test_binary_search_issue.py#L1
tests/test_binary_search_issue.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
Run uvx ruff check --output-format=github .:
searches/jump_search.py#L23
searches/jump_search.py:23:5: UP047 Generic function `jump_search` should use type parameters
help: Use type parameters
|
|
Run uvx ruff check --output-format=github .:
machine_learning/linear_discriminant_analysis.py#L255
machine_learning/linear_discriminant_analysis.py:255:5: UP047 Generic function `valid_input` should use type parameters
help: Use type parameters
|
|
Run uvx ruff check --output-format=github .:
data_structures/hashing/hash_table_with_linked_list.py#L11
data_structures/hashing/hash_table_with_linked_list.py:11:28: RUF037 Unnecessary empty iterable within a deque call
help: Replace with `deque()`
|
Loading