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

17 lines
114 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
}