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

Correct Answer: O(N)
The time complexity of an infix to postfix expression conversion algorithm is mathematically found to be O(N).