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

18 lines
115 B
Text
Raw Normal View History

graph {
a -- c
a -- e
c -- i
c -- b
e -- j
i -- d
b -- h
d -- h
h -- j
}