boost/libs/graph/example/tc.dot
2022-12-15 23:45:23 +08:00

14 lines
98 B
Plaintext

digraph TC {
node[shape=circle];
a
b
c
d
b -> c
b -> d
c -> b
d -> c
d -> a
}