Push-Down Automata

Pushdown automaton

Pushdown automata are a type of automaton that use a stack to recognize context-free languages. They are more powerful than finite-state machines but less powerful than Turing machines. Nested stack automata allow full access and can recognize a larger set of languages than pushdown automata.

1 courses cover this concept

15-453 - Formal Languages, Automata, and Computability

Carnegie Mellon University

Spring 2015

A foundational course that introduces formal languages, automata, computability, and complexity theories, including finite automata, Turing machines, and P/NP classes.

No concepts data

+ 35 more concepts