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 | |
Source code | Graphviz mscgen codedigraph 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
![]() |
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. |