1
0
Fork 0
arangodb/3rdParty/boost/1.62.0/libs/graph/example/kruskal.expected

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