1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. The Euler’s circuit problem can be solve...
Q.

The Euler’s circuit problem can be solved in?

A. o(n)
B. o( n log n)
C. o(log n)
D. o(n2)
Answer» D. o(n2)
Explanation: mathematically, the run time of euler’s circuit problem is determined to be o(n2).

Discussion