Introduce old redir program
[lcapit-junk-code.git] / prim / tests / graph5.txt
blobfe8ec06cfc1e462945ed59a596088dcbb7708029
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
14 { rank = same; A C }
15 { rank = same; D E }