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.

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