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.
 
 
 
 

51 lines
1.7 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=black, fontcolor=white];
"25" -> "15";
"15" [fillcolor=red, fontcolor=white];
"15" -> "11";
"11" [fillcolor=black, fontcolor=white];
"11_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
"11" -> "11_NIL_L";
"11_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
"11" -> "11_NIL_R";
"15" -> "19";
"19" [fillcolor=black, fontcolor=white];
"19_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
"19" -> "19_NIL_L";
"19_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
"19" -> "19_NIL_R";
"25" -> "33";
"33" [fillcolor=black, fontcolor=white];
"33" -> "27";
"27" [fillcolor=red, 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_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
"33" -> "33_NIL_R";
"56" -> "69";
"69" [fillcolor=black, fontcolor=white];
"69" -> "63";
"63" [fillcolor=black, 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";
"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";
}