File:Trie.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 334 × 476 pixels. Other resolutions: 168 × 240 pixels | 337 × 480 pixels | 539 × 768 pixels | 718 × 1,024 pixels | 1,437 × 2,048 pixels.
Original file (SVG file, nominally 334 × 476 pixels, file size: 8 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionTrie.svg |
Deutsch: Bild eines Tries, der die Zeichenketten Java, Rad, Rand, Rau, Raum und Rose speichert. |
Date | 18 March 2004, überarbeitet am 18. Juni 2004 |
Source | Own work |
Author | nd |
SVG development InfoField | This diagram was created with Graphviz. This diagram uses embedded text that can be easily translated using a text editor. |
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following licenses:
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | ||
| ||
This licensing tag was added to this file as part of the GFDL licensing update.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue |
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic, 2.0 Generic and 1.0 Generic license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.
Graphviz source
[edit]Deutsch: Dieser Quelltext ist für Graphviz [1]
digraph Trie {
// normal nodes
node [
shape = circle
width = 0.65
fixedsize = true
]; "" J Ja Jav R Ra Ran Ro Ros;
// full word nodes
node [
shape = doublecircle
]; Java Rad Rand Rau Raum Rose;
"" -> J [ label = " J" ];
"" -> R [ label = " R" ];
J -> Ja [ label = " a" ];
Ja -> Jav [ label = "v"];
Jav -> Java [ label = " a"];
R -> Ra [ label = " a" ];
Ra -> Rad [ label = " d" ];
Ra -> Ran [ label = " n" ];
Ran -> Rand [ label = " d" ];
Ra -> Rau [ label = " u" ];
Rau -> Raum [ label = " m" ];
R -> Ro [ label = " o" ];
Ro -> Ros [ label = " s" ];
Ros -> Rose [ label = " e" ];
// invisible nodes for alignment (recommended by FAQ)
node [
label = "."
width = .6
style = invis
];
edge [
style = invis
]
Ja -> Rad;
Rad -> Java;
"" -> foo;
R -> foo;
J -> foo;
}
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 16:40, 8 July 2006 | 334 × 476 (8 KB) | D0ktorz (talk | contribs) | {{Bildbeschreibung|Bild eines de:Tries, der die Zeichenketten Java, Rad, Rand, Rau, Raum und Rose speichert. |selbst erzeugt mit AT&T de:Graphviz |nd |18. März 2004, überarbeitet am 18. Juni 2004 | }} ==Quelltext== Dieser |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.