Computer Science, asked by shobhit2107, 1 year ago

Define Push Down Automata.

Answers

Answered by aliya346
1

Pushdown Automata is a finite automata with extra memory called stack which helps Pushdown automata to recognize Context Free Languages. A Pushdown Automata (PDA) can be defined as : ... In a given state, PDA will read input symbol and stack symbol (top of the stack) and move to a new state and change the symbol of stack.

Similar questions