blog/files/algorithms/graphs/bfs-tree/bfs_tree.dot

14 lines
93 B
Text
Raw Normal View History

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