Add python datastructure algo #14680
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
|