Skip to content

Add Prim's algorithm implementation (using Priority Queue) #15169

Add Prim's algorithm implementation (using Priority Queue)

Add Prim's algorithm implementation (using Priority Queue) #15169

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (I001): data_structures/Prim’s-Algorithm.py#L1
data_structures/Prim’s-Algorithm.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (N999): data_structures/Prim’s-Algorithm.py#L1
data_structures/Prim’s-Algorithm.py:1:1: N999 Invalid module name: 'Prim’s-Algorithm'