File:Directed-tree.svg

Summary

Description example of an rooted/directed tree, inner nodes and root marked black/circeled
Source Own work
Author Nichtich
SVG development
InfoField
Source code
InfoField

Graphviz mscgen code

digraph G {
    node [shape=circle label=""]
    { node [style=filled color=black] b c f }
    { node [shape=doublecircle style=filled color=black] a }
    a -> b -> c -> d
    a -> f -> g
    c -> e
    f -> h
    f -> i
}

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Category:Self-published work#Directed-tree.svgCategory:PD-self#Directed-tree.svg Category:Images with Graphviz source code Category:Tree structures
Category:Images with Graphviz source code Category:PD-self Category:Self-published work Category:Tree structures Category:Valid SVG created with Graphviz code:Diagrams