Closed
Description
https://cp-algorithms.com/graph/mst_prim.html#toc-tgt-6
Set should be replaced with multiset or priority_queue. Or comparator should also compare by the vertex.
Metadata
Metadata
Assignees
Labels
No labels
8000
https://cp-algorithms.com/graph/mst_prim.html#toc-tgt-6
Set should be replaced with multiset or priority_queue. Or comparator should also compare by the vertex.