Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What is the time complexity of evaluation of postfix expression algorithm?

a) O (N)
b) O (N log N)
c) O (N2)
d) O (M log N)

Answer: a
Explanation: The time complexity of evaluation of infix, prefix and postfix expressions is O (N).

Join The Discussion