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 | |
| Source code | Graphviz mscgen codedigraph 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
| 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. |