Изменения

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

Файл:Mst bor 2.png

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

Навигация