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
‹
23
›
:
Minimum DFA for
{
w
∈
{
0
,
1
}
∗
∣
v
a
l
u
e
2
(
w
)
∈
4
˙
}
\{ w \in \{0,1\}^* \mid \mathtt{value}_2(w)\in\dot{4} \}
{
w
∈
{
0
,
1
}
∗
∣
value
2
(
w
)
∈
4
˙
}
Describe the minimum DFA that recognizes the words over
{
0
,
1
}
\{0,1\}
{
0
,
1
}
such that interpreted in binary represent a natural number multiple of
4
4
4
(in particular, the empty word represents
0
0
0
, which is multiple of
4
4
4
).
Authors:
Guillem Godoy /
Documentation:
// Write your DFA here...
To be able to submit you need to either
log in
,
register
, or
become a guest
.