source:
downloads/boost_1_33_1/libs/graph/example/prim.expected
@
24
| Last change on this file since 24 was 12, checked in by landauf, 18 years ago | |
|---|---|
| File size: 126 bytes | |
| Rev | Line | |
|---|---|---|
| [12] | 1 | parent[a] = a |
| 2 | parent[b] = a | |
| 3 | parent[c] = f | |
| 4 | parent[d] = c | |
| 5 | parent[e] = d | |
| 6 | parent[f] = g | |
| 7 | parent[g] = h | |
| 8 | parent[h] = a | |
| 9 | parent[i] = c |
Note: See TracBrowser
for help on using the repository browser.










