Skip to content

Implement recursive binary search in Python #19088

Implement recursive binary search in Python

Implement recursive binary search in Python #19088

Re-run triggered September 6, 2026 21:47
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
ruff
Process completed with exit code 1.
ruff (UP047): searches/binary_search_recursion.py#L15
searches/binary_search_recursion.py:15:5: UP047 Generic function `binary_search_recursive` should use type parameters help: Use type parameters