checkpoint (last edit of chapters)

This commit is contained in:
Carlos Galindo 2019-12-09 21:47:00 +00:00
parent 20bfa1a8c0
commit 35e170cae6
5 changed files with 66 additions and 146 deletions

View file

@ -1,20 +1,20 @@
digraph pdf {
entry [label="enter f()",style=filled];
entry -> {while; D};
while [label="while (O)",style=filled];
while [label="while (X)",style=filled];
C [style="bold,filled"]
"if (P)" [style=filled]
"if (Q)" [style=filled]
while -> {"if (P)" C};
"if (Y)" [style=filled]
"if (Z)" [style=filled]
while -> {"if (Y)" C};
break2 [style=filled]
break1 [style=filled]
"if (P)" -> {"if (Q)"};
"if (Q)" -> {A break1};
"if (Y)" -> {"if (Z)"};
"if (Z)" -> {A break1};
break1 -> B;
break1 -> break2;
break2 -> {C while};
{rank=same; A break1 B break2}
{rank=same; "if (Q)" C}
{rank=same; "if (Z)" C}
{rank=same; while D}
{edge [style=invis];
A -> break1 -> B -> break2;

Binary file not shown.