notes/school/di-ma/uebung/08/08_4_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

13 lines
207 B
Plaintext

graph {
node [ shape=circle ];
0 [ label="" ];
1 [ label=""; shape=triangle ];
2 [ label=""; shape=triangle ];
u [ label="u" ];
v [ label="v" ];
0 -- 1 -- u;
0 -- 2 -- v;
}