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.

31 lines
1.0 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" -> "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_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  18. "33" -> "33_NIL_L";
  19. "33_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  20. "33" -> "33_NIL_R";
  21. "56" -> "89";
  22. "89" [fillcolor=black, fontcolor=white];
  23. "89" -> "63";
  24. "63" [fillcolor=red, fontcolor=white];
  25. "63_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  26. "63" -> "63_NIL_L";
  27. "63_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  28. "63" -> "63_NIL_R";
  29. "89_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  30. "89" -> "89_NIL_R";
  31. }