summaryrefslogtreecommitdiff
path: root/comp/work/44/starter
diff options
context:
space:
mode:
Diffstat (limited to 'comp/work/44/starter')
-rw-r--r--comp/work/44/starter27
1 files changed, 27 insertions, 0 deletions
diff --git a/comp/work/44/starter b/comp/work/44/starter
new file mode 100644
index 0000000..64dc05b
--- /dev/null
+++ b/comp/work/44/starter
@@ -0,0 +1,27 @@
+a+b
+accept:
+ab, aab
+reject:
+a, b, baa
+
+(bc)*a
+accept:
+a, bca, bcbca
+reject:
+bcaa, bcabca
+
+LL?D?D
+accept:
+SO14, BH12, DT6, W1
+reject:
+gu13, 1CH87
+
+0(0|1)*
+accept:
+0, 00, 01, 000, 001, 010
+reject:
+101
+(01)+
+10+1
+(0|1)*
+(10001|1000|1011|10111)