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).
1k
0
Do you find this helpful?
5

Discussion

No comments yet