File: dijkstra.out

package info (click to toggle)
igraph 0.8.5%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,284 kB
  • sloc: ansic: 97,287; cpp: 22,541; yacc: 1,150; makefile: 546; lex: 478; xml: 450; pascal: 82; sh: 9
file content (10 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
0:   0   0   0   1   5   2   1  13   3   5
1: inf   0   0   1   5   2   1  13   3   5
2: inf   1   0   1   6   3   1  14   4   6
3: inf   1   0   0   6   3   1  14   4   6
4: inf   5   4   5   0   2   3   8   3   5
5: inf   3   2   3   8   0   1  16   1   3
6: inf inf inf inf inf inf   0 inf inf inf
7: inf   4   3   4   9   1   2   0   1   4
8: inf inf inf inf inf inf inf inf   0   4
9: inf inf inf inf inf inf inf inf inf   0