Store in GIT

This commit is contained in:
2026-06-17 15:50:05 +02:00
parent baee6ac9f5
commit e7feed529b
91 changed files with 3580 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
DFA
B0
E1
0>a>1
0>b>1
1>a>0
1>b>1
+13
View File
@@ -0,0 +1,13 @@
DFA
B0
E4,2
0>a>1
0>b>2
1>a>0
1>b>2
2>a>3
2>b>4
3>a>0
3>b>2
4>a>1
4>b>0
+11
View File
@@ -0,0 +1,11 @@
DFA
B1
E3
0>a>0
0>b>1
1>a>2
1>b>1
2>a>0
2>b>3
3>a>2
3>b>1
+15
View File
@@ -0,0 +1,15 @@
DFA
B0
E2,4
0>a>0
0>b>1
1>a>2
1>b>1
2>a>0
2>b>3
3>a>4
3>b>1
4>a>5
4>b>3
5>a>0
5>b>3
+11
View File
@@ -0,0 +1,11 @@
NDFA
B0
E1,2
0>a>1
0>b>1
0>$>2
1>a>0
1>b>1
2>a>1
2>b>0
2>b>2
+12
View File
@@ -0,0 +1,12 @@
NDFA
B0
E4
0>a>0
0>b>0
0>a>1
0>b>3
1>b>2
2>b>4
3>a>4
4>a>4
4>b>4
+13
View File
@@ -0,0 +1,13 @@
NDFA
B0
E2
0>a>1
0>b>1
0>b>2
1>b>3
1>$>3
1>a>2
2>a>1
3>a>4
4>b>4
4>$>2
+2
View File
@@ -0,0 +1,2 @@
REGEX
(a|b)*
+2
View File
@@ -0,0 +1,2 @@
REGEX
(aa)+(bba)*(a|b)*(c|d)
+2
View File
@@ -0,0 +1,2 @@
REGEX
(n+o+)|(ye+s+)!*