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.

39 lines
1.3 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" -> "11";
  10. "11" [fillcolor=black, fontcolor=white];
  11. "11_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  12. "11" -> "11_NIL_L";
  13. "11_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  14. "11" -> "11_NIL_R";
  15. "25" -> "33";
  16. "33" [fillcolor=black, fontcolor=white];
  17. "33" -> "27";
  18. "27" [fillcolor=red, fontcolor=white];
  19. "27_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  20. "27" -> "27_NIL_L";
  21. "27_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  22. "27" -> "27_NIL_R";
  23. "33_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  24. "33" -> "33_NIL_R";
  25. "56" -> "69";
  26. "69" [fillcolor=black, fontcolor=white];
  27. "69" -> "63";
  28. "63" [fillcolor=black, fontcolor=white];
  29. "63_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  30. "63" -> "63_NIL_L";
  31. "63_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  32. "63" -> "63_NIL_R";
  33. "69" -> "89";
  34. "89" [fillcolor=black, fontcolor=white];
  35. "89_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  36. "89" -> "89_NIL_L";
  37. "89_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  38. "89" -> "89_NIL_R";
  39. }