Math, asked by advaith8575, 11 months ago

How to convert an expression to reverse polish notation?

Answers

Answered by Anonymous
0

Step-by-step explanation:

the first step is to convert your mathematical expressions, which is called infix notation, into Reverse Polish Notation (RPN), or postfix notation.

The second step to evaluate the RPN using a Stack based algorithm.

Thanks!❤

Similar questions