Изменения

Перейти к: навигация, поиск

Файл:Mst prima 3.png

537 байт добавлено, 03:44, 8 января 2013
digraph G { a [label="a" shape=circle]; b [label="b" color = gray shape=circle]; c [label="c" color = gray shape=circle]; d [label="d" color = gray shape=circle]; e [label="e" shape=circle]; { rank=same; b c d } { rank=same; a e } e -> d [label
digraph G {
a [label="a" shape=circle];
b [label="b" color = gray shape=circle];
c [label="c" color = gray shape=circle];
d [label="d" color = gray shape=circle];
e [label="e" shape=circle];
{ rank=same; b c d }
{ rank=same; a e }
e -> d [label="7" dir=none style=bold];
b -> a [label="3" dir=none style=bold];
a -> e [label="1" dir=none style=bold];
b -> c [label="5" dir=none style=dotted];
a -> c [label="4" dir=none style=bold];
e -> c [label="6" dir=none style=dotted];
c -> d [label="2" dir=none style=dotted];
}
120
правок

Навигация