Newgen Software interview question

Write the algorithms to convert an infix expression to postfix expression.

Interview Answer

Anonymous

24 Nov 2010

This is done using stacks. You will find the algorithm in any standard book of DSUC.