COSC 545 - Theory of Computation (Spring 2016)

Georgetown University

Prof. Calvin Newport

Tuesday and Thursday, 2:00 to 3:15

Car Barn 202

Course Overview

Description

This course covers foundational results in theoretical computer science, with a focus on how we model computation and how we use these models to explore key questions about what can and cannot be solved (efficiently) with computing devices. Many of the concepts in this course will come up often in the life of a computer scientist (e.g., NP-completeness, decidability, grammars, etc).

This course is open to PhD and Masters students. I'm also happy to allow advanced undergraduates to enroll with my permission.

Textbook

The textbook for this course is Introduction to the Theory of Computation, 3rd Edition, Michael Sipser, 2012. Most of the topics covered in this course will be drawn from this text.

Grading

Grades in the course will be based on five problem sets and two exams.

In determining your final grade, I will add up the total number of points you earned and assign your grade based on this sum. (The mapping from point totals to letter grades is something I develop as the semester progresses and I get a better sense of the relative difficulty of the problems I assigned. If you are unsure how you are doing in the class, please ask me.)

The point values of the exams and problem sets are calibrated so they they contribute approximately the following percentage toward your final point total:

Problem sets50%
Midterm25%
Final25%

 

How to Get an A in this Course (without Burning Out)

A few tips for doing well in this course without excessive amounts of stress:

Course Logistics

Office Hours

I hold regular office hours in my office at 334 Saint Mary's Hall from 12:30 to 1:30 on Tuesday and Thursday.

Problem Sets

The following rules describe my expectations and grading policies for problem sets:

Exams

There will be two exams in the course: a midterm and a final. The midterm covers automata and computability theory and the final covers complexity theory (i.e., it is not cumulative).

Academic Integrity

I take academic integrity seriously. To repeat the problem set instructions from above: You must work alone on problem sets. You may only discuss problems with me. The only materials you can reference when working on these problems are your course notes and the assigned textbook. In particular, you may not reference online sources or talk to other students.

You may not bring any outside material into exams.

You may not reference any problem sets, exams, or solutions from prior teachings of this course.

When in doubt, ask me what is allowed.

Schedule

Below is the current schedule for the course (some changes may occur during the semester). Problem sets will be posted for download on the schedule as they become available. The readings column lists the chapters from the Sipser textbook that cover the corresponding lecture's material.

Class NumberDateDescription Readings
Part 1: Automata Theory
11/14Intro; finite automata 1.1
21/19Non-determinism; regular languages; 1.2, 1.3
31/21Pumping lemma for regular languages; context-free grammars; Chomsky normal form1.4, 2.1
41/26Pushdown automata; pumping lemma for context-free languages2.2, 2.3
51/28Context-free languages 3.1
Part 2: Computability Theory
62/2Context-free languages (cont.) 4.1
72/4Turing machines
  • pset 1 due
  • pset 2 available [Download]
4.1
82/9Some decidable and recognizable languages. Proof of undecidable and unrecognizable languages.4.1, 4.2
92/11Reducibility5.1, 5.3, 6.3
102/16LBAs and PCP theorem 5.1, 5.2
112/18Recursion theorem 6.1
112/23Lecture overflow; midterm review
  • pset 2 due
 
122/25Midterm  
Part 3: Complexity Theory
143/1Time complexity; TIME and NTIME complexity classes 7.1
153/3The classes P and NP 7.2, 7.3
 3/8No Class: Spring Break 
 3/10No Class: Spring Break 
163/15NP-completeness; the Cook-Levin theorem; 7.4
173/17More NP-complete problems7.4, 7.5
183/22Space Complexity; SPACE and NSPACE complexity classes8.0
 3/24No Class: Easter Break 
193/29Savitch's Theorem; PSPACE and PSPACE-Completeness
  • pset 3 due
  • pset 4 available [Download]
8.1, 8.2, 8.3
203/31Games and Generalized Geography; 8.3
214/5L and NL, NL-Completeness, and NL = coNL8.4, 8.5, 8.6
224/7Hierarchy Theorems 9.0, 9.1
234/12Relativization
  • pset 4 due
  • pset 5 available [Download]
9.0, 9.2
244/14Approximation Algorithms10.1
254/19Probabilistic Computation, BPP 10.2
264/21Advanced topic  
274/26Advanced topic
  • pset 5 due
 
284/28Final exam review 
 5/6 to 5/14Final exam period (specific date and location of our exam is pending) 

Qualifying Exam

The PhD qualifying exam includes a segment on theory of computation. It is based on the material covered in COSC 545 (see the schedule above for a list of topics and corresponding chapters in the Sipser textbook). To help your review, here is a summary of what you are expected to know from this material for the qualifying exam: