Q. The worst-case efficiency of solving a problem in polynomial time is?

  • (A) o(p(n))
  • (B) o(p( n log n))
  • (C) o(p(n2))
  • (D) o(p(m log n))
πŸ’¬ Discuss
βœ… Correct Answer: (A) o(p(n))
Explanation: the worst-case efficiency of solving an problem in polynomial time is o(p(n)) where p(n) is the polynomial time of input size.

Explanation by: Mr. Dubey
the worst-case efficiency of solving an problem in polynomial time is o(p(n)) where p(n) is the polynomial time of input size.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
361
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate