1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. To which class does the Euler’s circuit ...
Q.

To which class does the Euler’s circuit problem belong?

A. p class
B. np class
C. partition class
D. complete class
Answer» A. p class
Explanation: euler’s circuit problem can be solved in polynomial time. it can be solved in o(n2).

Discussion