File:Directed-tree.svg

Uploaded by Nichtich~commonswiki
Upload date 2008-05-12T15:40:00Z
MIME type image/svg+xml
Dimensions 291 × 335 px
File size 3.8 KB

Summary

Description example of an rooted/directed tree, inner nodes and root marked black/circeled
Source Own work
Author Nichtich
SVG development
InfoField
 The SVG code is valid.
 This diagram was created with Graphviz.
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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

3,898 byte

image/svg+xml

5c7fa7784e0794574d4b9509ebd7d3a8f1d4abd9

Category:Images with Graphviz source code Category:PD-self Category:Self-published work Category:Tree structures Category:Valid SVG created with Graphviz code:Diagrams