notes/school/di-ma/uebung/08/08_2_1.dot

17 lines
190 B
Plaintext
Raw Permalink Normal View History

2018-12-11 14:38:10 +01:00
digraph {
node [ shape="circle" ];
{
rank=same;
1;
2;
}
{
rank=same;
3;4;
}
1 -> 3 -> 4 -> 2 -> 1;
2 -> 3;
1 -> 4;
}