repo.or.cz
/
lcapit-junk-code.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Introduce old redir program
[lcapit-junk-code.git]
/
prim
/
tests
/
graph5.txt
blob
fe8ec06cfc1e462945ed59a596088dcbb7708029
1
# http://en.wikipedia.org/wiki/Prim%27s_algorithm
2
D A 5
3
A B 7
4
B C 8
5
D B 9
6
B E 7
7
C E 5
8
D E 15
9
D F 6
10
F E 8
11
F G 11
12
E G 9
13
14
{ rank = same; A C }
15
{ rank = same; D E }