Skip to content

Add python datastructure algo #14680

Add python datastructure algo

Add python datastructure algo #14680

Triggered via pull request October 5, 2025 12:06
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (C420): graphs/topological_sort.py#L20
graphs/topological_sort.py:20:19: C420 Unnecessary dict comprehension for iterable; use `dict.fromkeys` instead
Ruff (I001): graphs/topological_sort.py#L3
graphs/topological_sort.py:3:1: I001 Import block is un-sorted or un-formatted
Ruff (PLR1730): graphs/floyd_warshall.py#L14
graphs/floyd_warshall.py:14:17: PLR1730 Replace `if` statement with `min` call