NOTE: Complete exactly 5 of the following 6 questions. Clearly note which question you do NOT want graded.
I am NOT answering the following question: _______.
Note that you need not apply Sipser's method to generate this grammar, but you may if you wish.
Consider an epsilon-PDA P = (Q, S, G, d, q0) with state set Q, input alphabet S, stack alphabet G, transition function d, and start state q0 in Q, that starts with an empty stack and accepts a string if its input is empty and its stack is empty. How we can convert such a machine to one that accepts by final state?
What language is a subset of every language accepted by such a machine?
S -> aB | bA A -> a | bAA B -> b | aBB