File:Undirected-tree.svg

Uploaded by Sarang
Upload date 2011-02-19T10:38:01Z
MIME type image/svg+xml
Dimensions 325 × 240 px
File size 597 B

Summary

Description example of an unrooted/undirected tree, inner nodes marked black
Source Own work
Author Nichtich
Permission
(Reusing this file)
Public domain This image of simple geometry is ineligible for copyright and therefore in the public domain, because it consists entirely of information that is common property and contains no original authorship.
Heptagon
Heptagon
SVG development
InfoField
 The SVG code is valid.
 This diagram was created with Graphviz.
Source code
InfoField

Graphviz mscgen code

digraph G {
    graph [rankdir="LR"]
    edge [dir=none]
    node [shape=circle label=""]
    { node [style=filled color=black] a b c f }
    a -> b -> c -> d
    a -> f -> g
    e -> c ; f -> h ; i -> f
}

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

Category:Images with Graphviz source code Category:PD shape Category:Tree structures Category:Valid SVG created with Graphviz code:Diagrams