mirror of
https://github.com/boostorg/graph.git
synced 2025-05-09 23:14:00 +00:00
6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
Print the edge in MST:
|
|
0 <--> 2 with weight of 1
|
|
3 <--> 4 with weight of 1
|
|
4 <--> 0 with weight of 1
|
|
1 <--> 3 with weight of 1
|