Polynomial time (source code)

= Polynomial time
{wiki}

An algorithm runs in polynomial time when its running time is at most $O(n^k)$ for some constant $k$, where $n$ is the input length.