paul-anton.engel@informatik.hs-fulda.de
10 months ago
22 changed files with 382 additions and 649 deletions
-
21Uebung08/Paul/Main.java
-
339Uebung08/Paul/RBTree.java
-
BINbin/Main.class
-
BINbin/RBTree$Node.class
-
BINbin/RBTree.class
-
BINoutput.svg
-
10output_step_0.dot
-
14output_step_1.dot
-
50output_step_10.dot
-
54output_step_11.dot
-
54output_step_12.dot
-
58output_step_13.dot
-
62output_step_14.dot
-
113output_step_15.dot
-
18output_step_2.dot
-
22output_step_3.dot
-
26output_step_4.dot
-
30output_step_5.dot
-
34output_step_6.dot
-
38output_step_7.dot
-
42output_step_8.dot
-
46output_step_9.dot
@ -1,11 +1,5 @@ |
|||
digraph G { |
|||
graph [ratio=.48]; |
|||
node [style=filled, color=black, shape=circle, width=.6 |
|||
fontname=Helvetica, fontweight=bold, fontcolor=white, |
|||
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_NIL_L" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"56" -> "56_NIL_L"; |
|||
"56_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"56" -> "56_NIL_R"; |
|||
} |
@ -1,15 +1,5 @@ |
|||
digraph G { |
|||
graph [ratio=.48]; |
|||
node [style=filled, color=black, shape=circle, width=.6 |
|||
fontname=Helvetica, fontweight=bold, fontcolor=white, |
|||
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" -> "33"; |
|||
"33" [fillcolor=red, fontcolor=white]; |
|||
"33_NIL_L" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"33" -> "33_NIL_L"; |
|||
"33_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"33" -> "33_NIL_R"; |
|||
"56_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"56" -> "56_NIL_R"; |
|||
} |
@ -1,51 +1,5 @@ |
|||
digraph G { |
|||
graph [ratio=.48]; |
|||
node [style=filled, color=black, shape=circle, width=.6 |
|||
fontname=Helvetica, fontweight=bold, fontcolor=white, |
|||
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"; |
|||
} |
@ -1,55 +1,5 @@ |
|||
digraph G { |
|||
graph [ratio=.48]; |
|||
node [style=filled, color=black, shape=circle, width=.6 |
|||
fontname=Helvetica, fontweight=bold, fontcolor=white, |
|||
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_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"; |
|||
} |
@ -1,55 +1,5 @@ |
|||
digraph G { |
|||
graph [ratio=.48]; |
|||
node [style=filled, color=black, shape=circle, width=.6 |
|||
fontname=Helvetica, fontweight=bold, fontcolor=white, |
|||
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_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"; |
|||
} |
@ -1,59 +1,5 @@ |
|||
digraph G { |
|||
graph [ratio=.48]; |
|||
node [style=filled, color=black, shape=circle, width=.6 |
|||
fontname=Helvetica, fontweight=bold, fontcolor=white, |
|||
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_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" -> "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"; |
|||
} |
@ -1,63 +1,5 @@ |
|||
digraph G { |
|||
graph [ratio=.48]; |
|||
node [style=filled, color=black, shape=circle, width=.6 |
|||
fontname=Helvetica, fontweight=bold, fontcolor=white, |
|||
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"; |
|||
} |
@ -1,67 +1,58 @@ |
|||
digraph G { |
|||
graph [ratio=.48]; |
|||
node [style=filled, color=black, shape=circle, width=.6 |
|||
fontname=Helvetica, fontweight=bold, fontcolor=white, |
|||
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"; |
|||
"75" [fillcolor=black, fontcolor=white]; |
|||
"75" -> "73"; |
|||
"73" [fillcolor=red, fontcolor=white]; |
|||
"73" -> "51"; |
|||
"51" [fillcolor=black, fontcolor=white]; |
|||
"51" -> "39"; |
|||
"39" [fillcolor=black, fontcolor=white]; |
|||
"39" -> "38"; |
|||
"38" [fillcolor=red, fontcolor=white]; |
|||
"38" -> "34"; |
|||
"34" [fillcolor=black, fontcolor=white]; |
|||
"34" -> "28"; |
|||
"28" [fillcolor=black, fontcolor=white]; |
|||
"28" -> "13"; |
|||
"13" [fillcolor=red, fontcolor=white]; |
|||
"13_NIL_L" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"13" -> "13_NIL_L"; |
|||
"13_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"13" -> "13_NIL_R"; |
|||
"28_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"28" -> "28_NIL_R"; |
|||
"34" -> "37"; |
|||
"37" [fillcolor=black, fontcolor=white]; |
|||
"37_NIL_L" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"37" -> "37_NIL_L"; |
|||
"37_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"37" -> "37_NIL_R"; |
|||
"38_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"38" -> "38_NIL_R"; |
|||
"39_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"39" -> "39_NIL_R"; |
|||
"51_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"51" -> "51_NIL_R"; |
|||
"73_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"73" -> "73_NIL_R"; |
|||
"75" -> "77"; |
|||
"77" [fillcolor=black, fontcolor=white]; |
|||
"77_NIL_L" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"77" -> "77_NIL_L"; |
|||
"77" -> "80"; |
|||
"80" [fillcolor=black, fontcolor=white]; |
|||
"80_NIL_L" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"80" -> "80_NIL_L"; |
|||
"80" -> "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" -> "81"; |
|||
"81" [fillcolor=black, fontcolor=white]; |
|||
"81_NIL_L" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"81" -> "81_NIL_L"; |
|||
"81_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"81" -> "81_NIL_R"; |
|||
"98_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"98" -> "98_NIL_R"; |
|||
} |
@ -1,19 +1,5 @@ |
|||
digraph G { |
|||
graph [ratio=.48]; |
|||
node [style=filled, color=black, shape=circle, width=.6 |
|||
fontname=Helvetica, fontweight=bold, fontcolor=white, |
|||
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" -> "33"; |
|||
"33" [fillcolor=black, fontcolor=white]; |
|||
"33_NIL_L" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"33" -> "33_NIL_L"; |
|||
"33_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"33" -> "33_NIL_R"; |
|||
"56" -> "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"; |
|||
} |
@ -1,23 +1,5 @@ |
|||
digraph G { |
|||
graph [ratio=.48]; |
|||
node [style=filled, color=black, shape=circle, width=.6 |
|||
fontname=Helvetica, fontweight=bold, fontcolor=white, |
|||
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" -> "33"; |
|||
"33" [fillcolor=black, fontcolor=white]; |
|||
"33" -> "25"; |
|||
"25" [fillcolor=red, fontcolor=white]; |
|||
"25_NIL_L" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"25" -> "25_NIL_L"; |
|||
"25_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"25" -> "25_NIL_R"; |
|||
"33_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"33" -> "33_NIL_R"; |
|||
"56" -> "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"; |
|||
} |
@ -1,27 +1,5 @@ |
|||
digraph G { |
|||
graph [ratio=.48]; |
|||
node [style=filled, color=black, shape=circle, width=.6 |
|||
fontname=Helvetica, fontweight=bold, fontcolor=white, |
|||
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_NIL_L" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"33" -> "33_NIL_L"; |
|||
"33_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"33" -> "33_NIL_R"; |
|||
"56" -> "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"; |
|||
} |
@ -1,31 +1,5 @@ |
|||
digraph G { |
|||
graph [ratio=.48]; |
|||
node [style=filled, color=black, shape=circle, width=.6 |
|||
fontname=Helvetica, fontweight=bold, fontcolor=white, |
|||
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_NIL_L" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"33" -> "33_NIL_L"; |
|||
"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"; |
|||
} |
@ -1,35 +1,5 @@ |
|||
digraph G { |
|||
graph [ratio=.48]; |
|||
node [style=filled, color=black, shape=circle, width=.6 |
|||
fontname=Helvetica, fontweight=bold, fontcolor=white, |
|||
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"; |
|||
} |
@ -1,39 +1,5 @@ |
|||
digraph G { |
|||
graph [ratio=.48]; |
|||
node [style=filled, color=black, shape=circle, width=.6 |
|||
fontname=Helvetica, fontweight=bold, fontcolor=white, |
|||
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" -> "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" -> "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" -> "89"; |
|||
"89" [fillcolor=black, 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"; |
|||
} |
@ -1,43 +1,5 @@ |
|||
digraph G { |
|||
graph [ratio=.48]; |
|||
node [style=filled, color=black, shape=circle, width=.6 |
|||
fontname=Helvetica, fontweight=bold, fontcolor=white, |
|||
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=black, fontcolor=white]; |
|||
"15" -> "11"; |
|||
"11" [fillcolor=red, 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_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"15" -> "15_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" -> "89"; |
|||
"89" [fillcolor=black, 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"; |
|||
} |
@ -1,47 +1,5 @@ |
|||
digraph G { |
|||
graph [ratio=.48]; |
|||
node [style=filled, color=black, shape=circle, width=.6 |
|||
fontname=Helvetica, fontweight=bold, fontcolor=white, |
|||
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=black, fontcolor=white]; |
|||
"15" -> "11"; |
|||
"11" [fillcolor=red, 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_NIL_R" [shape=plaintext, label="NIL", fontsize=16]; |
|||
"15" -> "15_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"; |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue