QUESTION 2 Which of the following strings is accepted by the following final state PDA (S, a, X, push (a), S) (S, a, a,
Posted: Sun Jul 10, 2022 11:25 am
QUESTION 2 Which of the following strings is accepted by the following final state PDA (S, a, X, push (a), S) (S, a, a, push (a), S) (S, b, a, pop, 1) (1, b, a, pop, 1) (1, A, a, nop, f) X: start stack symbol. S: start state f: final state. O A. aaabbbb B. aaaabbb O C. ab O D. aaabbb