5 - Infix To Postfix Conversion Using Stack
5 - Infix To Postfix Conversion Using Stack
Unit -3
Infix to Postfix Conversion Using Stack
Pankaj Chandra
Assistant Professor
IT GGV
Infix to Postfix conversion Using Stack
To convert Infix Expression into Postfix Expression using a stack
data structure, We can use the following steps –
1. Read all the symbols one by one from left to right in the given
Infix Expression.