nonpolynomialtime
Nonpolynomialtime refers to a class of computational problems whose solutions cannot be found by an algorithm that runs in polynomial time relative to the size of the input. This is in contrast to polynomial time algorithms, which are generally considered efficient. The set of problems solvable in nonpolynomial time is vast and includes many of the most challenging problems in computer science.
A key concept related to nonpolynomialtime is the complexity class NP-complete. While NP-complete problems can be
The practical implication of a problem being nonpolynomialtime is that for large input sizes, the time required