Vidyalelo
Data Structure · Q150

Stacks in Data Structures

Programming · Data Structure · question 150

Q150

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

A.
O (N)
Answer
B.
O (N log N)
C.
O (N2)
D.
O (M log N)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board