blog/files/algorithms/graphs/bfs-tree/bfs_graph.dot
github-actions[bot] 34fc48031b deploy: 2fb4765b1f
2023-11-24 15:55:55 +00:00

17 lines
115 B
Text

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