Page 1 of 1

The time complexity of converting a prefix notation to infix notation is _________

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
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