chapter003 Pushdown Automata and Context Free Languages
section001Overview of Pushdown Automata and Context Free Grammars
What are PDA's, CFG's, and CFL's?

Pushdown Automata, Context Free Grammars, and Context Free Languages

We are moving on.

Recall where we are going:  We are examining the universe of all problems through the lens of models of computation. We are restricting our study to decision problems, problems whose instances all have "yes" or "no" answers (which is the same as "accept" or "reject" when it comes to processing an input string).  We restrict ourselves to decision problems because they are easier to examine from the standpoint of thoery, and they also are good enough for our purposes of trying to categorize problems based on their complexity.

We have discovered that the first model of computation we studied, the finite state automaton (FSA), could solve a number of problems, such as

We also discovered that the FSA model is not powerful enough to compute a lot of other important and interesting problems, such as