516 views
0 votes
0 votes
The pushdown automation M = ( {q0, q1, q2}',{a, b}, {0, 1}, ?, q0,0, {q0}) with
? (q0, a, 0) = {(q1,10)}
? (q1,a, 1) = {(q1,11)}
? (q1,b, 1) = {(q2 , ?)}
?(q2 , b, 1) = {(q2 , ?)}
? (q2 , A, 0) = {(q0, ?)}
Accepts the language

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
0 votes
0 votes
0 answers
2
Purple asked Jan 12, 2017
289 views
Why is the answer D? How to solve it in simple way other than learning Rice Theorem? Does anyone know Rice thm in short?
4 votes
4 votes
1 answer
4
go_editor asked Aug 9, 2016
3,123 views
Match the following $:$$\begin{array}{clcl} & \textbf{List – I} & & \textbf{List – II} \\ \text{(a)} & \{a^n b^n \mid n 0\} \text{ is a deterministic } & \text{...