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

18 lines
No EOL
125 B
Text

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