-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
458c909
commit ec3c6e3
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
public/assets/images/644387eaf76243db3ed6edf196673c44d8f88d09.mmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
stateDiagram-v2 | ||
direction LR | ||
classDef Accept stroke-width:3px | ||
state q0 | ||
state q1 | ||
state q2 | ||
[*] --> q0 | ||
q0 --> q0 : 0 | ||
q0 --> q1 : 1 | ||
q1 --> q0 : 0 | ||
q1 --> q2 : 1 | ||
q2 --> q1 : 1 | ||
q2 --> q2 : 0 | ||
|
||
class q1 Accept |
17 changes: 17 additions & 0 deletions
17
public/assets/images/69c1910d9edc7856d09ddacc5dca3474e02a06d2.mmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
stateDiagram-v2 | ||
direction LR | ||
classDef Accept stroke-width:3px | ||
state q0 | ||
state q1 | ||
state q2 | ||
state q3 | ||
[*] --> q0 | ||
q0 --> q2 : a | ||
q0 --> q1 : b | ||
q1 --> q1 : a, b | ||
q2 --> q2 : b | ||
q2 --> q3 : a | ||
q3 --> q2 : b | ||
q3 --> q3 : a | ||
|
||
class q3 Accept |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters