Uniform Cost Search algorithm #11625
Annotations
3 errors
Ruff (I001):
graphs/uniform_cost_search.py#L5
graphs/uniform_cost_search.py:5:1: I001 Import block is un-sorted or un-formatted
|
Ruff (RUF005):
graphs/uniform_cost_search.py#L75
graphs/uniform_cost_search.py:75:57: RUF005 Consider `[*path, neighbor]` instead of concatenation
|
ruff
Process completed with exit code 1.
|