File:Undirected-tree.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 325 × 240 pixels, file size: 597 bytes)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

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
SVG development
InfoField
 
The SVG code is valid.
 
This diagram was created with Graphviz.
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
}

File history

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

Date/TimeThumbnailDimensionsUserComment
current10:38, 19 February 2011Thumbnail for version as of 10:38, 19 February 2011325 × 240 (597 bytes)Sarang (talk | contribs)background
10:34, 19 February 2011Thumbnail for version as of 10:34, 19 February 2011325 × 240 (552 bytes)Sarang (talk | contribs)code cleaned
22:07, 15 May 2008Thumbnail for version as of 22:07, 15 May 2008325 × 240 (3 KB)Nichtich~commonswiki (talk | contribs){{Information |Description=example of an unrooted/undirected tree, inner nodes marked black |Source=self-made |Date= |Author=Nichtich |Permission={{PD-self}} |other_versions= }}
15:38, 12 May 2008Thumbnail for version as of 15:38, 12 May 2008325 × 190 (3 KB)Nichtich~commonswiki (talk | contribs){{Information |Description=example of an unrooted/undirected tree, inner nodes marked black |Source=self-made |Date= |Author=Nichtich |Permission= |other_versions= }} Category:Tree structures

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: