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.

51 lines
1.7 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=red, fontcolor=white];
  11. "15" -> "11";
  12. "11" [fillcolor=black, 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" -> "19";
  18. "19" [fillcolor=black, fontcolor=white];
  19. "19_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  20. "19" -> "19_NIL_L";
  21. "19_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  22. "19" -> "19_NIL_R";
  23. "25" -> "33";
  24. "33" [fillcolor=black, fontcolor=white];
  25. "33" -> "27";
  26. "27" [fillcolor=red, fontcolor=white];
  27. "27_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  28. "27" -> "27_NIL_L";
  29. "27_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  30. "27" -> "27_NIL_R";
  31. "33_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  32. "33" -> "33_NIL_R";
  33. "56" -> "69";
  34. "69" [fillcolor=black, fontcolor=white];
  35. "69" -> "63";
  36. "63" [fillcolor=black, fontcolor=white];
  37. "63_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  38. "63" -> "63_NIL_L";
  39. "63_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  40. "63" -> "63_NIL_R";
  41. "69" -> "98";
  42. "98" [fillcolor=black, fontcolor=white];
  43. "98" -> "89";
  44. "89" [fillcolor=red, fontcolor=white];
  45. "89_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  46. "89" -> "89_NIL_L";
  47. "89_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  48. "89" -> "89_NIL_R";
  49. "98_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  50. "98" -> "98_NIL_R";
  51. }