notas/arbol/img/src/arbol_avl_rdd.gv (410B)
1 graph G { 2 layout=neato; 3 node[shape=circle, fixedsize=true, width=0.40, fontname="sans"]; 4 5 A [pos=" 0.50, 1.00!"]; 6 A_label [pos=" 0.85, 1.00!", shape=plaintext, label="-2"]; 7 8 B [pos=" 0.00, 0.50!"]; 9 B_label [pos=" 0.35, 0.50!", shape=plaintext, label="-1"]; 10 11 C [pos=" 0.50, 0.00!"]; 12 C_label [pos=" 0.85, 0.00!", shape=plaintext, label="0"]; 13 14 A -- B -- C; 15 }
