What is the time complexity of pre-order traversal in the iterative fashion?
Posted: Wed Jul 13, 2022 7:42 pm
a) O(1)
b) O(n)
c) O(logn)
d) O(nlogn)
b) O(n)
c) O(logn)
d) O(nlogn)
Accurate answers. Every time.
https://answerhappy.com/