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) |
|
|||
| 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
}
|
