Skip to content

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

Implemented Exponential Search with binary search for improved perfor…

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

Triggered via pull request October 2, 2024 07:03
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Ruff (N999): searches/Exponential_Search.py#L1
searches/Exponential_Search.py:1:1: N999 Invalid module name: 'Exponential_Search'
Ruff (UP035): searches/Exponential_Search.py#L1
searches/Exponential_Search.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (UP006): searches/Exponential_Search.py#L4
searches/Exponential_Search.py:4:24: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): searches/Exponential_Search.py#L34
searches/Exponential_Search.py:34:29: UP006 Use `list` instead of `List` for type annotation
ruff
Process completed with exit code 1.