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

13 lines
93 B
Text

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