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.
63 lines
2.1 KiB
63 lines
2.1 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" -> "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=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" -> "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";
|
|
}
|