Skip to content

Commit

Permalink
Update output since fixing flowchart order
Browse files Browse the repository at this point in the history
  • Loading branch information
jtran committed Jan 16, 2025
1 parent 80f194d commit 87283e0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ flowchart LR
8 --- 20
8 --- 21
8 --- 22
24 x--> 15
15 <--x 24
```
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ flowchart LR
8 --- 20
8 --- 21
8 --- 22
24 x--> 21
21 <--x 24
```
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ flowchart LR
80 --- 83
80 --- 84
80 --- 85
86 x--> 23
87 x--> 25
88 x--> 27
89 x--> 29
23 <--x 86
25 <--x 87
27 <--x 88
29 <--x 89
```
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ flowchart LR
22 --- 24
22 --- 25
22 --- 26
28 x--> 25
25 <--x 28
29 --- 30
29 --- 31
29 ---- 33
Expand All @@ -97,5 +97,5 @@ flowchart LR
33 --- 35
33 --- 36
33 --- 37
39 x--> 36
36 <--x 39
```
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ flowchart LR
10 --- 29
10 --- 30
12 --- 33
31 x--> 26
32 x--> 20
26 <--x 31
20 <--x 32
33 --- 34
33 --- 35
33 --- 36
Expand Down

0 comments on commit 87283e0

Please sign in to comment.