Lukas' Notes

P vs NP Problem

May 01, 20261 min read

computation

Definition

P vs NP Problem

The P vs NP problem asks whether every decision problem in NP is also in P. Equivalently, it asks whether

P=NP.

If the equality holds, then every problem whose solutions can be verified in polynomial time can also be solved in polynomial time.


Graph View

Backlinks

  • 192.017 Theoretical Computer Science
  • Millennium Prize Problems

Created with Quartz v4.4.0 © 2026

  • GitHub