You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

67 lines
2.2 KiB

digraph G {
graph [ratio=.48];
node [style=filled, color=black, shape=circle, width=.6
fontname=Helvetica, fontweight=bold, fontcolor=white,
fontsize=24, fixedsize=true];
"56" [fillcolor=red, fontcolor=white];
"56" -> "25";
"25" [fillcolor=red, fontcolor=white];
"25" -> "15";
"15" [fillcolor=black, fontcolor=white];
"15" -> "11";
"11" [fillcolor=black, fontcolor=white];
"11" -> "8";
"8" [fillcolor=red, fontcolor=white];
"8_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
"8" -> "8_NIL_L";
"8_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
"8" -> "8_NIL_R";
"11_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
"11" -> "11_NIL_R";
"15" -> "19";
"19" [fillcolor=black, fontcolor=white];
"19" -> "18";
"18" [fillcolor=red, fontcolor=white];
"18_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
"18" -> "18_NIL_L";
"18_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
"18" -> "18_NIL_R";
"19_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
"19" -> "19_NIL_R";
"25" -> "33";
"33" [fillcolor=black, fontcolor=white];
"33" -> "27";
"27" [fillcolor=black, fontcolor=white];
"27_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
"27" -> "27_NIL_L";
"27_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
"27" -> "27_NIL_R";
"33" -> "49";
"49" [fillcolor=black, fontcolor=white];
"49_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
"49" -> "49_NIL_L";
"49_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
"49" -> "49_NIL_R";
"56" -> "69";
"69" [fillcolor=black, fontcolor=white];
"69" -> "64";
"64" [fillcolor=black, fontcolor=white];
"64" -> "63";
"63" [fillcolor=red, fontcolor=white];
"63_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
"63" -> "63_NIL_L";
"63_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
"63" -> "63_NIL_R";
"64_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
"64" -> "64_NIL_R";
"69" -> "98";
"98" [fillcolor=black, fontcolor=white];
"98" -> "89";
"89" [fillcolor=red, fontcolor=white];
"89_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
"89" -> "89_NIL_L";
"89_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
"89" -> "89_NIL_R";
"98_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
"98" -> "98_NIL_R";
}