notes/school/di-ma/20181113_2-breitensuche.dot
Valentin Brandl 175d2a37e1
Some checks are pending
the build is pending
Add notes for dima on 20181113
2018-11-13 20:51:02 +01:00

23 lines
294 B
Plaintext

graph {
rankdir=LR
{
rank=same;
1 [ xlabel="0" ]; 3 [ xlabel="1" ];
}
{
rank=same;
2 [ xlabel="1" ]; 4 [ xlabel="1" ];
}
{
rank=same;
5 [ xlabel="2" ];
}
1 -- 2;
1 -- 3;
1 -- 4;
2 -- 5;
4 -- 5;
}