

MCQOPTIONS
Saved Bookmarks
1. |
What is the space complexity of the in-order traversal in the recursive fashion? (d is the tree depthand n is the number of nodes) |
A. | O(1) |
B. | O(nlogd) |
C. | O(logd) |
D. | O(d) |
Answer» E. | |