File:Simple 5 Leaf Binary Tree.svg

Summary

 
The SVG code is valid.
 
This chart was created with Graphviz.
Category:Valid SVG created with Graphviz code#Simple%205%20Leaf%20Binary%20Tree.svg
Description
English: Binary tree with 5 leaf nodes
Date
Source Own work
Author Pat Hawks
Source code
InfoField

Graphviz mscgen code

Graphviz dot code
digraph {
	nodesep=.66
	ranksep=0
	edge [penwidth=.75,arrowsize=.75]
	node [shape=circle;style=filled;fillcolor="#ffffff",fontname="Source Code Pro",penwidth=1.5;width=0.5;margin=0,fontsize=18];

	1 2

	subgraph {
		node [fillcolor="#eeeeee",label=""];
		g1 -> g2 -> g3 -> g4
	}

	g1 -> 1
	g2 -> 2
	g3 -> 3
	g4 -> {4 5}
}

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International 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.
Category:CC-BY-SA-4.0#Simple%205%20Leaf%20Binary%20Tree.svg
Category:Self-published work Category:SVG charts Category:Computer science diagrams Category:Data Structure Diagrams Category:Images with Graphviz source code
Category:CC-BY-SA-4.0 Category:Computer science diagrams Category:Data Structure Diagrams Category:Images with Graphviz source code Category:SVG charts Category:Self-published work Category:Valid SVG created with Graphviz code