Skip to content

Fix binary search to return leftmost occurrence for duplicates #16384

Fix binary search to return leftmost occurrence for duplicates

Fix binary search to return leftmost occurrence for duplicates #16384

Triggered via pull request November 10, 2025 01:10
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (W293): searches/binary_search.py#L305
searches/binary_search.py:305:1: W293 Blank line contains whitespace
Ruff (W293): searches/binary_search.py#L287
searches/binary_search.py:287:1: W293 Blank line contains whitespace
Ruff (E501): searches/binary_search.py#L217
searches/binary_search.py:217:89: E501 Line too long (89 > 88)