conversion app converts the Infix notation (X+Y) to Postfix (XY+) (also known as
) and to Prefix (+XY) (also known as
).
This app also evaluates the infix/prefix/postfix expression and also
the expression for parenthesis check and invalid input.
This app deals with
though evaluation is only performed for numbers.
If you have any feedback,query,please email me at
developer.kocher@gmail.com
Tags:
Convert INFIX TO POSTFIX
Convert INFIX TO PREFIX
Convert POSTFIX TO INFIX
Convert PREFIX TO POSTFIX
Convert POSTFIX TO PREFIX
Convert PREFIX TO INFIX
Convert POLISH NOTATION
Convert REVERSE POLISH NOTATION
CREDITS:- Mrs. Shalini Singh Jaspal(Assistant Professor at BVICAM) for teaching DATA STRUCTURES.
------------------------------------------------------------------------------------------------------------