blog/static/files/ib002/bfs-tree/bfs_tree_with_additional_edge.dot
Matej Focko 7efd5e294b
chore: use Iosevka as a default font
• Use Iosevka as a default font (with few reasonable fallbacks)
• Introduce a „steam machine“ for regenerating graphviz files
  · Use same monospace fonts for graphviz too

Signed-off-by: Matej Focko <mfocko@redhat.com>
2022-11-18 11:57:56 +01:00

12 lines
No EOL
91 B
Text

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