RACSO
DFA
CFG
Operations:
Reg
,
CF
PDA
Reductions:
K
,
WP
,
CFG
,
NP
,
SAT
ANTLR:
lexical
,
syntactic
Exams
log in
,
register
,
become guest
This site uses cookies only for the purpose of identifying user sessions. This is required to properly register actions.
Exercise
‹
3
›
:
Regular description for
{
w
∈
{
a
,
b
}
∗
∣
∣
w
∣
a
a
a
=
∣
w
∣
b
b
b
=
1
}
\{ w \in \{a,b\}^* \mid |w|_{aaa}=|w|_{bbb}=1 \}
{
w
∈
{
a
,
b
}
∗
∣
∣
w
∣
aaa
=
∣
w
∣
bbb
=
1
}
Give a regular description for the set of words over
{
a
,
b
}
\{a,b\}
{
a
,
b
}
such there is exactly one occurrence of
a
a
a
aaa
aaa
and of
b
b
b
bbb
bbb
.
Authors:
Guillem Godoy /
Documentation:
main { // Write here your regular description... }
To be able to submit you need to either
log in
,
register
, or
become a guest
.