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.
35 lines
1.2 KiB
35 lines
1.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" -> "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";
|
|
"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" -> "89";
|
|
"89" [fillcolor=black, fontcolor=white];
|
|
"89" -> "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";
|
|
"89_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
|
|
"89" -> "89_NIL_R";
|
|
}
|