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

12 lines
No EOL
91 B
Text

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