Infix ~ Postfix
Infix Expression : Postfix Expression : Result (Postfix Eval) :
This is the "JavaScript" Implementation of converting an Infix(Inorder) expression to Postfix(Postorder) expression and vice-versa.

Click here for the algorithm used in "Infix to Postfix" conversion.
Click here for the algorithm used in "Postfix Evaluation".
© 2002 Premshree Pillai.