boost/libs/graph/example/kruskal.expected
2018-01-12 21:47:58 +01:00

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