Vidyalelo
Data Structure · Q337

Miscellaneous on Data Structures

Programming · Data Structure · question 337

Q337

What is the time complexity of fleury's algorithm?

A.
O(V)
B.
O(E)
C.
O(V * E)
D.
O((V + E)2)
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board