blog/static/files/algorithms/graphs/bfs-tree/bfs_tree.dot
Matej Focko e1dea0cdbc
feat: don't reference FI MU subjects by their codes
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-11-24 16:30:23 +01:00

13 lines
93 B
Text

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