Skip to content

Implement recursive binary search in Python #19086

Implement recursive binary search in Python

Implement recursive binary search in Python #19086

Triggered via pull request September 6, 2026 21:41
Status Failure
Total duration 10s
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