polünoomülesanne
Polünoomülesanne is the Estonian term for the polynomial problem. This generally refers to problems that can be solved by algorithms whose time complexity is bounded by a polynomial function of the input size. In computer science, these problems are considered computationally tractable, as opposed to exponential time problems which become intractable very quickly as the input size grows.
The class of problems that can be solved in polynomial time by a deterministic Turing machine is
Many important problems in areas such as optimization, cryptography, and artificial intelligence are polynomial problems. For
Conversely, problems that cannot be solved within polynomial time are often referred to as intractable or computationally