source:
downloads/boost_1_33_1/libs/graph/example/dijkstra.expected
@
24
| Last change on this file since 24 was 12, checked in by landauf, 18 years ago | |
|---|---|
| File size: 173 bytes | |
| Line | |
|---|---|
| 1 | distances from start vertex: |
| 2 | distance(0) = 0 |
| 3 | distance(1) = 6 |
| 4 | distance(2) = 1 |
| 5 | distance(3) = 4 |
| 6 | distance(4) = 5 |
| 7 | |
| 8 | shortest paths tree |
| 9 | 0 --> 2 |
| 10 | 1 --> |
| 11 | 2 --> 3 |
| 12 | 3 --> 4 |
| 13 | 4 --> 1 |
Note: See TracBrowser
for help on using the repository browser.










