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.

47 lines
1.5 KiB

  1. digraph G {
  2. graph [ratio=.48];
  3. node [style=filled, color=black, shape=circle, width=.6
  4. fontname=Helvetica, fontweight=bold, fontcolor=white,
  5. fontsize=24, fixedsize=true];
  6. "56" [fillcolor=red, fontcolor=white];
  7. "56" -> "25";
  8. "25" [fillcolor=black, fontcolor=white];
  9. "25" -> "15";
  10. "15" [fillcolor=black, fontcolor=white];
  11. "15" -> "11";
  12. "11" [fillcolor=red, fontcolor=white];
  13. "11_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  14. "11" -> "11_NIL_L";
  15. "11_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  16. "11" -> "11_NIL_R";
  17. "15_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  18. "15" -> "15_NIL_R";
  19. "25" -> "33";
  20. "33" [fillcolor=black, fontcolor=white];
  21. "33" -> "27";
  22. "27" [fillcolor=red, fontcolor=white];
  23. "27_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  24. "27" -> "27_NIL_L";
  25. "27_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  26. "27" -> "27_NIL_R";
  27. "33_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  28. "33" -> "33_NIL_R";
  29. "56" -> "69";
  30. "69" [fillcolor=black, fontcolor=white];
  31. "69" -> "63";
  32. "63" [fillcolor=black, fontcolor=white];
  33. "63_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  34. "63" -> "63_NIL_L";
  35. "63_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  36. "63" -> "63_NIL_R";
  37. "69" -> "98";
  38. "98" [fillcolor=black, fontcolor=white];
  39. "98" -> "89";
  40. "89" [fillcolor=red, fontcolor=white];
  41. "89_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  42. "89" -> "89_NIL_L";
  43. "89_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  44. "89" -> "89_NIL_R";
  45. "98_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  46. "98" -> "98_NIL_R";
  47. }