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) |
|
|||
| SVG development | ||||
| Source code | Graphviz mscgen codedigraph 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
}
|
