Vidyalelo
Data Structure · Q52

Stacks in Data Structures

Programming · Data Structure · question 52

Q52

What is the time complexity of an infix to postfix conversion algorithm?

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

Answer: Option B

Solution

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