Class P
Class P, which stands for Polynomial-Time, contains those problems that can be solved efficiently (in polynomial time) by classical computer.
# Examples
Some problems in Class P are:
- Matchmaking in the " Stable Marriage problem".
- Determining if a number is prime.
- Linear programming.