source:
downloads/boost_1_33_1/libs/graph/example/kruskal.expected
@
24
| Last change on this file since 24 was 12, checked in by landauf, 18 years ago | |
|---|---|
| File size: 127 bytes | |
| Line | |
|---|---|
| 1 | Print the edge in MST: |
| 2 | 0 <--> 2 with weight of 1 |
| 3 | 3 <--> 4 with weight of 1 |
| 4 | 4 <--> 0 with weight of 1 |
| 5 | 1 <--> 3 with weight of 1 |
Note: See TracBrowser
for help on using the repository browser.










