Skip to content

Add bidirectional search algorithm implementation #12705

Add bidirectional search algorithm implementation

Add bidirectional search algorithm implementation #12705

Triggered via pull request March 31, 2025 18:11
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (W292): graphs/bidirectional_search.py#L181
graphs/bidirectional_search.py:181:11: W292 No newline at end of file
Ruff (F401): graphs/bidirectional_search.py#L15
graphs/bidirectional_search.py:15:20: F401 `typing.Optional` imported but unused