Skip to content

Implemented Exponential Search with binary search for improved perfor… #9981

Implemented Exponential Search with binary search for improved perfor…

Implemented Exponential Search with binary search for improved perfor… #9981

Triggered via pull request October 2, 2024 06:59
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Ruff (N999): searches/Exponential_Search.py#L1
searches/Exponential_Search.py:1:1: N999 Invalid module name: 'Exponential_Search'
Ruff (F401): searches/Exponential_Search.py#L2
searches/Exponential_Search.py:2:20: F401 `bisect.bisect_left` imported but unused
ruff
Process completed with exit code 1.