Vidyalelo
Data Structure · Q945

Miscellaneous on Data Structures

Programming · Data Structure · question 945

Q945

Which among the following best represents the time complexity to find an euler tour of a tree?

A.
O(n)
Answer
B.
O(1)
C.
O(n2)
D.
O(n log n)

Answer: Option A

Solution

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