notes/school/di-ma/20181031_1-ex_digraph.dot
Valentin Brandl b62a7e60e4
Some checks failed
the build failed
Add dima notes
2019-01-28 20:58:59 +01:00

12 lines
111 B
Plaintext

digraph g {
{
rank="same";
1;
3;
}
2;
2 -> 3 -> 1 -> 2;
3 -> 2;
}