Skip to content

Computability, Complexity & Algorithms

Free Course

The Power and Limitation of Algorithms

In collaboration with
  • Georgia Institute of Technology

About this course

This class is offered as CS6505 at Georgia Tech where it is a part of the Online Masters Degree (OMS). Taking this course here will not earn credit towards the OMS degree.

In this course, we will ask the big questions, "What is a computer? What are the limits of computation? Are there problems that no computer will ever solve? Are there problems that can’t be solved quickly? What kinds of problems can we solve efficiently and how do we go about developing these algorithms?" Understanding the power and limitations of algorithms helps us develop the tools to make real-world computers smarter, faster and safer.

What you will learn

  1. Computability
    • Languages & Countability
    • Turing Machines
    • The Church-Turing Thesis
  2. Complexity
    • P and NP
    • NP-Complete Problems
    • The Golden Ticket
  3. Algorithms
    • Dynamic Programming
    • Fast Fourier Transform
    • Maximum Flow

Prerequisites and requirements

Students are expected to have a solid grasp of the basics of discrete mathematics. Discrete Mathematics and Its Applications by Ken Rosen provides an excellent background for this course.

If you answer "no" to any of the following questions, it may be beneficial to acquire background knowledge concurrently or prior to taking the course.

  1. Can you show that the sum of the first n numbers is n(n+1)/2? Can you give the proof as an induction on n?
  2. Can you give an O(n log n) algorithm for sorting n numbers?
  3. Can you describe the difference between breadth-first and depth-first search?
  4. Given an nxn matrix A and an n-dimensional vector b, can you give a polynomial-time algorithm to find a vector x such that Ax=b?

See the Technology Requirements for using Udacity.

Why take this course?

You will learn a wealth of tools and techniques that will help you recognize when problems you encounter in the real-world are intractable and when there an efficient solution. This can save you countless hours that otherwise would have been spent on a fruitless endeavor or in re-inventing the wheel.

Learn with the best.

  • Charles Brubaker
    Charles Brubaker

    Instructor

  • Lance Fortnow
    Lance Fortnow

    Instructor

  • Hariharan Venkateswaran
    Hariharan Venkateswaran

    Instructor