notes/school/di-ma/uebung/08/08_3.dot
Valentin Brandl 9fdfe80999
All checks were successful
the build was successful
Add solution for dima 8
2018-12-11 15:26:49 +01:00

32 lines
433 B
Plaintext

graph {
splines=false;
node [ shape="circle" ];
{
rank=same; 1;
}
{
rank=same; 2;
/* a [ style="invisible" width=0 ]; */
/* a [ style="invisible" shape="point" width=0 ]; */
6;
}
{
rank=same; 3; 5;
}
{
rank=same; 4;
}
1 -- 2 -- 3 -- 4 -- 5 -- 6 -- 1;
1 -- 3 -- 6 -- 2 -- 4;
1 -- 5 -- 2;
5 -- 3;
1 -- 4 -- 6;
}