Файл:Mst bor 2.png

Материал из Викиконспекты
Перейти к: навигация, поиск
Mst_bor_2.png(800 × 600 пикселей, размер файла: 33 КБ, MIME-тип: image/png)
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];		
}

История файла

Нажмите на дату/время, чтобы просмотреть, как тогда выглядел файл.

Дата/времяМиниатюраРазмерыУчастникПримечание
текущий18:31, 17 января 2013Миниатюра для версии от 18:31, 17 января 2013800 × 600 (33 КБ)Alex z (обсуждение | вклад)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 }
  • Вы не можете перезаписать этот файл.

Нет страниц, ссылающихся на данный файл.

Метаданные