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
|