Skip to content

Add refined ternary search algorithm (iterative and recursive) #13645

Add refined ternary search algorithm (iterative and recursive)

Add refined ternary search algorithm (iterative and recursive) #13645

Triggered via pull request July 15, 2025 07:25
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (BLE001): searches/ternary_search.py#L128
searches/ternary_search.py:128:12: BLE001 Do not catch blind exception: `Exception`
Ruff (E501): searches/ternary_search.py#L117
searches/ternary_search.py:117:89: E501 Line too long (91 > 88)
Ruff (E501): searches/ternary_search.py#L106
searches/ternary_search.py:106:89: E501 Line too long (95 > 88)