Pushdown Automaton - String Acceptance

1

Select a PDA and input string

2

Choose valid transitions based on current state

3

Watch the stack operations

4

Reach accept state to succeed

PDA Configuration

Input Buffer

Pushdown Automaton

Stack

Top of Stack: Z (bottom)

Available Transitions

Start simulation to see available transitions