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.

23 lines
780 B

  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" -> "33";
  8. "33" [fillcolor=black, fontcolor=white];
  9. "33" -> "25";
  10. "25" [fillcolor=red, fontcolor=white];
  11. "25_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  12. "25" -> "25_NIL_L";
  13. "25_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  14. "25" -> "25_NIL_R";
  15. "33_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  16. "33" -> "33_NIL_R";
  17. "56" -> "63";
  18. "63" [fillcolor=black, fontcolor=white];
  19. "63_NIL_L" [shape=plaintext, label="NIL", fontsize=16];
  20. "63" -> "63_NIL_L";
  21. "63_NIL_R" [shape=plaintext, label="NIL", fontsize=16];
  22. "63" -> "63_NIL_R";
  23. }