File:Undirected-tree.svg

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
Category:PD shape#Undirected-tree.svg
SVG development
InfoField
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
}
Category:Images with Graphviz source code Category:Tree structures
Category:Images with Graphviz source code Category:PD shape Category:Tree structures Category:Valid SVG created with Graphviz code:Diagrams