notes/school/di-ma/uebung/07/07_2_3.dot

17 lines
196 B
Plaintext
Raw Permalink Normal View History

2018-11-28 19:02:38 +01:00
graph {
node [ shape="circle" ]
{
rank=same;
1; 2;
1 -- 2;
}
{
rank=same;
3; 4;
3 -- 4;
}
1 -- 3;
2 -- 4;
1 -- 4;
}