File:Directed-tree.svg

Original file(SVG file, nominally 291 × 335 pixels, file size: 4 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description example of an rooted/directed tree, inner nodes and root marked black/circeled
Source Own work
Author Nichtich
SVG development
InfoField
 
The SVG code is valid.
 
This diagram was created with Graphviz.
Source code
InfoField

Graphviz mscgen code

digraph 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 edit

Public domain 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.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:40, 12 May 2008Thumbnail for version as of 15:40, 12 May 2008291 × 335 (4 KB)Nichtich~commonswiki (talk | contribs){{Information |Description=example of an rooted/directed tree, inner nodes marked black |Source=self-made |Date= |Author=Nichtich |Permission= |other_versions= }} Original GraphViz-code is <pre> digraph G { node [shape=circle label=

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: