Sleds/cppboost/libs/graph/example/tc.dot

14 lines
98 B
Plaintext
Raw Permalink Normal View History

2025-03-13 21:28:38 +00:00
digraph TC {
node[shape=circle];
a
b
c
d
b -> c
b -> d
c -> b
d -> c
d -> a
}