πŸ“Š Design and Analysis of Algorithms
Q. To which class does the Euler’s circuit problem belong?
  • (A) p class
  • (B) np class
  • (C) partition class
  • (D) complete class
πŸ’¬ Discuss
βœ… Correct Answer: (A) p class

Explanation: euler’s circuit problem can be solved in polynomial time. it can be solved in o(n2).


Explanation by: Mr. Dubey
euler’s circuit problem can be solved in polynomial time. it can be solved in o(n2).

πŸ’¬ Discussion

πŸ“Š Question Analytics

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