Skip to content

Add bidirectional search algorithm implementation #13158

Add bidirectional search algorithm implementation

Add bidirectional search algorithm implementation #13158

Triggered via pull request May 22, 2025 14:56
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (E501): graphs/bidirectional_search.py#L107
graphs/bidirectional_search.py:107:89: E501 Line too long (141 > 88)
Ruff (E501): graphs/bidirectional_search.py#L101
graphs/bidirectional_search.py:101:89: E501 Line too long (140 > 88)
Ruff (E501): graphs/bidirectional_search.py#L17
graphs/bidirectional_search.py:17:89: E501 Line too long (163 > 88)