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