ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
The worst-case efficiency of solving a problem in polynomial time is?
Correct Answer: A — O(p(n))
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.