AimRT/_deps/boost-src/libs/graph/example/kruskal.expected
2025-01-12 20:40:08 +08: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