Skip to content

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

Implemented Exponential Search with binary search for improved perfor…

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

Triggered via pull request October 2, 2024 07:03
@whyvineetwhyvineet
synchronize #11666
master
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 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 (I001): searches/Exponential_Search.py#L1
searches/Exponential_Search.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (UP006): searches/Exponential_Search.py#L3
searches/Exponential_Search.py:3:24: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): searches/Exponential_Search.py#L33
searches/Exponential_Search.py:33:29: UP006 Use `list` instead of `List` for type annotation
ruff
Process completed with exit code 1.