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.

67 lines
2.2 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=red, fontcolor=white];
  9. "25" -> "15";
  10. "15" [fillcolor=black, fontcolor=white];
  11. "15" -> "11";
  12. "11" [fillcolor=black, fontcolor=white];
  13. "11" -> "8";
  14. "8" [fillcolor=red, fontcolor=white];
  15. "8_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  16. "8" -> "8_NIL_L";
  17. "8_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  18. "8" -> "8_NIL_R";
  19. "11_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  20. "11" -> "11_NIL_R";
  21. "15" -> "19";
  22. "19" [fillcolor=black, fontcolor=white];
  23. "19" -> "18";
  24. "18" [fillcolor=red, fontcolor=white];
  25. "18_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  26. "18" -> "18_NIL_L";
  27. "18_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  28. "18" -> "18_NIL_R";
  29. "19_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  30. "19" -> "19_NIL_R";
  31. "25" -> "33";
  32. "33" [fillcolor=black, fontcolor=white];
  33. "33" -> "27";
  34. "27" [fillcolor=black, fontcolor=white];
  35. "27_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  36. "27" -> "27_NIL_L";
  37. "27_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  38. "27" -> "27_NIL_R";
  39. "33" -> "49";
  40. "49" [fillcolor=black, fontcolor=white];
  41. "49_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  42. "49" -> "49_NIL_L";
  43. "49_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  44. "49" -> "49_NIL_R";
  45. "56" -> "69";
  46. "69" [fillcolor=black, fontcolor=white];
  47. "69" -> "64";
  48. "64" [fillcolor=black, fontcolor=white];
  49. "64" -> "63";
  50. "63" [fillcolor=red, fontcolor=white];
  51. "63_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  52. "63" -> "63_NIL_L";
  53. "63_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  54. "63" -> "63_NIL_R";
  55. "64_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  56. "64" -> "64_NIL_R";
  57. "69" -> "98";
  58. "98" [fillcolor=black, fontcolor=white];
  59. "98" -> "89";
  60. "89" [fillcolor=red, fontcolor=white];
  61. "89_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  62. "89" -> "89_NIL_L";
  63. "89_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  64. "89" -> "89_NIL_R";
  65. "98_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  66. "98" -> "98_NIL_R";
  67. }