Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

added boost

File size: 126 bytes
Line 
1parent[a] = a
2parent[b] = a
3parent[c] = f
4parent[d] = c
5parent[e] = d
6parent[f] = g
7parent[g] = h
8parent[h] = a
9parent[i] = c
Note: See TracBrowser for help on using the repository browser.