Class NP
Class NP (the N stands for a non-deterministic Turing machine, and the P stands for polynomial) problems are those problems whose solution can be quickly verified by a computer in polynomial time.
# Examples
It includes problems such as:
- Factoring
- Graph Isomorphism