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
‹
37
›
:
Minimum DFA for
{
x
y
∈
{
a
,
b
}
∗
∣
∣
x
∣
a
=
∣
y
∣
a
}
\{ xy \in \{a,b\}^* \mid |x|_a=|y|_a \}
{
x
y
∈
{
a
,
b
}
∗
∣
∣
x
∣
a
=
∣
y
∣
a
}
Describe the minimum DFA that recognizes the words over
{
a
,
b
}
\{a,b\}
{
a
,
b
}
that can be divided into two parts that contain the same amount of
a
a
a
’s.
Authors:
Guillem Godoy /
Documentation:
// Write your DFA here...
To be able to submit you need to either
log in
,
register
, or
become a guest
.