Skip to content

Add Floyd-Warshall algorithm under graphs #15196

Add Floyd-Warshall algorithm under graphs

Add Floyd-Warshall algorithm under graphs #15196

Triggered via pull request October 11, 2025 07:08
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (W293): graphs/floyd_warshall.py#L28
graphs/floyd_warshall.py:28:1: W293 Blank line contains whitespace
Ruff (N806): graphs/floyd_warshall.py#L15
graphs/floyd_warshall.py:15:5: N806 Variable `V` in function should be lowercase
Ruff (W293): graphs/floyd_warshall.py#L10
graphs/floyd_warshall.py:10:1: W293 Blank line contains whitespace