Vidyalelo
Data Structure · Q127

Binary Search Trees(B Tree)

Programming · Data Structure · question 127

Q127

What is the time complexity of level order traversal?

A.
O(1)
B.
O(n)
Answer
C.
O(logn)
D.
O(nlogn)

Answer: Option B

Solution

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