

MCQOPTIONS
Saved Bookmarks
1. |
The time complexity of converting a prefix notation to infix notation is _________ |
A. | O(n) where n is the length of the equation |
B. | O(n) where n is number of operands |
C. | O(1) |
D. | O(logn) where n is length of the equation |
Answer» B. O(n) where n is number of operands | |