blog/files/ib002/graphs/bfs-tree/bfs_tree_with_additional_edge.dot

12 lines
91 B
Text
Raw Normal View History

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