

InterviewSolution
Saved Bookmarks
1. |
The time complexity to find a Eulerian path in a graph of vertex V and edge E is _____________(a) O(V^2)(b) O(V+E-1)(c) O(V+E)(d) O(E+1)I had been asked this question in an online quiz.My question is taken from Trees in portion Trees of Discrete Mathematics |
Answer» Right choice is (C) O(V+E) |
|