Loading practice questions
The worst-case efficiency of solving a problem in polynomial time is?
Correct Answer: A — O(p(n))
Explanation:
The worst-case efficiency of solving a problem in polynomial time is O(p(n)), where p(n) is a polynomial function of the input size n.