Postfix to Infix
Postfix to Infix Conversion
This is the "JavaScript" Implementation of converting a Postfix(Postorder) expression to Infix(Inorder) expression.
It is a small modification of Postfix Evaluator.
For the algorithm used in "Postfix Evaluator" click here.
© 2002 Premshree Pillai.