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
‹
9
›
:
Uniquely-accepting PDA for
{
a
i
b
j
∣
j
≤
i
≤
2
j
}
\{ a^i b^j \mid j\leq i\leq 2j \}
{
a
i
b
j
∣
j
≤
i
≤
2
j
}
Write a
uniquely-accepting
PDA (
which cannot be deterministic
) recognizing the words of the form
a
i
b
j
a^ib^j
a
i
b
j
where the number of
a
a
a
’s is at least the number of
b
b
b
’s, but at most twice the number of
b
b
b
’s.
Authors:
Guillem Godoy /
Documentation:
// Write your PDA here...
To be able to submit you need to either
log in
,
register
, or
become a guest
.