→→→ GOING HOME? ←←←

Questions for Professor Christos's Lecture

  1. What is a decision problem?

    A problem whose answers are only yes xor no.

  2. What does it mean for a decision problem to be decidable

    There exists at least one algorithm that answers all problem inputs correctly.

  3. What is the class P? What is the class NP?

    Decision probems easily solvable in polynomial time. Solution verifiable in polynomial time.

  4. What is the intuitive meaning of the "P versus NP" question?

    Whether all NP have shortcuts to be computed as P.

  5. If you resolve the P versus NP question, how much richer will you be?

    A lot.

Summary of Professor Christos's Lecture