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). |
Login to Continue
It will take less than 2 minutes