Infix Prefix Postfix Convert 2.2

License: Free ‎File size: N/A
‎Users Rating: 0.0/5 - ‎0 ‎votes
Infix Prefix Postfix

conversion app converts the Infix notation (X+Y) to Postfix (XY+) (also known as REVERSE POLISH NOTATION ) and to Prefix (+XY) (also known as POLISH NOTATION ). & Vice Versa This app also evaluates the infix/prefix/postfix expression and also validates the expression for parenthesis check and invalid input. This app deals with numbers,alphabets, () ,{}, [],+-*/^% though evaluation is only performed for numbers. If you have any feedback,query,please email me at [email protected] CREDITS:- Mrs. Shalini Singh Jaspal(Assistant Professor at BVICAM) for teaching DATA STRUCTURES.

------------------------------------------------------------------------------------------------------------

VERSION HISTORY

  • Version 2.2 posted on 2017-01-13
    ^ , % OPERATOR ADDED, PREFIX TO INFIX ADDED, PREFIX TO POSTFIX ADDED, POSTFIX TO INFIX ADDED, POSTFIX TO PREFIX ADDED

Program Details