1
Computational Complexity Homework
- Homework 6 & 7
– Returned today
- Homework 8
– Due today if you would like it back by Thursday. – Otherwise due Thursday.
Before we start
- Pumping lemma for CFLs
– Choose one appropriate u such that |u| ≥ n – Must consider all possible assignments of vwxyz for that particular u. – Must show that vwkxykz fails for any k ≥ 0.
Before we start
- Post Correspondence Problem
– A solution to the PCP is a finite set of indicies – Repeating of indicies is allowed – Set of solutions is infinite.
Before we start
- Any questions?
The Turing Machine
- Motivating idea
– Build a theoretical a “human computer” – Likened to a human with a paper and pencil that can solve problems in an algorithmic way – The theoretical machine provides a means to determine:
- If an algorithm or procedure exists for a given problem
- What that algorithm or procedure looks like
- How long would it take to run this algorithm or procedure.