1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Linear Data Structures -Stacks and Queue...
  4. What is the time complexity of an infix ...
Q.

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

A. O(N log N)
B. O(N)
C. O(N2)
D. O(M log N)
Answer» B. O(N)
View all MCQs in:   Data Structures (DS)

Discussion