blog/files/ib002/graphs/bfs-tree/bfs_tree.dot
2023-09-07 17:53:23 +00:00

13 lines
No EOL
92 B
Text

digraph {
a -> c
a -> e
c -> b
c -> i
e -> j
b -> h
i -> d
}