# Polynomial time
Last edited: 2026-01-28
Polynomial time
An algorithm runs in polynomial time if its running time is polynomial in the length of the input. A problem can be solved in polynomial time if it is a search problem and there exists a polynomial time algorithm for it.