notas/arbol/img/src/arbol_avl_desbalanceado_rdd_primer_rot.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, 0.50!"]; 6 A_label [pos="-0.15, 0.50!", shape=plaintext, label="-2"]; 7 8 C [pos=" 0.00, 0.00!"]; 9 C_label [pos=" 0.35, 0.00!", shape=plaintext, label="-1"]; 10 11 B [pos=" 0.50,-0.50!"]; 12 B_label [pos=" 0.85,-0.50!", shape=plaintext, label="0"]; 13 14 A -- C -- B; 15 }
