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.

58 lines
1.9 KiB

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