File:Purely functional tree after.svg
Summary
| Description |
Čeština: Čistě funkcionální strom po
English: Purely functional tree, adapted from Okasaki (but redrawn by User:Richard W.M. Jones using graphviz, and later modified by User:Krappie.
Here is the DOT file that was modified from the previous version to correct and show left and right children better: digraph pf_tree_after {
xs [shape=plaintext]
xs -> d
d -> b [tailport=sw]
d -> g [tailport=se]
b -> a [tailport=sw]
b -> c [tailport=se]
g -> f [tailport=sw]
g -> h [tailport=se]
node [color=blue, fontcolor=blue]
edge [color=blue]
ys [shape=plaintext]
ys -> "d'"
"d'" -> b [tailport=sw]
"d'" -> "g'" [tailport=se]
"g'" -> "f'" [tailport=sw]
"g'" -> h [tailport=se]
"f'" -> e [tailport=sw]
}
The svg was created to replace the existing GIF version via: dot -Tsvg |
||||||||
| Date | 17 September 2007 (original upload date) | ||||||||
| Source | Transferred from en.wikipedia to Commons by sevela.p. | ||||||||
| Author | The original uploader was VineetKumar at English Wikipedia. | ||||||||
| Permission (Reusing this file) |
|
||||||||
| SVG development | Category:Valid SVG created with Other tools#Purely%20functional%20tree%20after.svg |
Original upload log
The original description page was here. All following user names refer to en.wikipedia.
- 2007-09-18 21:42 VineetKumar 438×415×0 (6275 bytes) [[Purely functional]] tree, adapted from Okasaki (but redrawn by [[User:Richard W.M. Jones]] using graphviz, and later modified by [[User:Krappie]]. Here is the DOT file that was modified from the previous version to correct and show left a
- 2007-09-17 18:54 VineetKumar 364×346×0 (25192 bytes) [[Purely functional]] tree, adapted from Okasaki (but redrawn by [[User:Krappie]] using graphviz). Here is the DOT file that was modified from the previous version to correct and show left and right children better: digraph G { xs[shape=plaintex