Add refined ternary search algorithm (iterative and recursive) #13645
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)
|