Q274
What is the time complexity of pre-order traversal in the iterative fashion?
A.
O(1)
B.
O(n)
AnswerC.
O(logn)
D.
O(nlogn)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board