Vidyalelo
Data Structure · Q274

Binary Search Trees(B Tree)

Programming · Data Structure · question 274

Q274

What is the time complexity of pre-order traversal in the iterative fashion?

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