Skip to content

feat: add Meta Binary Search algorithm in Python #16152

feat: add Meta Binary Search algorithm in Python

feat: add Meta Binary Search algorithm in Python #16152

Triggered via pull request October 28, 2025 07:05
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (E501): searches/meta_binary_search.py#L18
searches/meta_binary_search.py:18:89: E501 Line too long (97 > 88)
Ruff (E501): searches/interpolation_search_recursive.py#L17
searches/interpolation_search_recursive.py:17:89: E501 Line too long (92 > 88)