Computer Science, asked by janakichandujanaki, 6 hours ago

1. Explain Polish Notation in data structures. Give with an Examples​

Answers

Answered by govindpanghal786
0

Explanation:

Polish notation is a notation form for expressing arithmetic, logic and algebraic equations

Answered by Micallen99
0

Answer:

Polish notation is a notation form for expressing arithmetic, logic and algebraic equations. Its most basic distinguishing feature is that operators are placed on the left of their operands. If the operator has a defined fixed number of operands, the syntax does not require brackets or parenthesis to lessen ambiguity.

For example, +ab. This is equivalent to its infix notation a + b. Prefix notation is also known as Polish Notation.

Hope it helps you!!!!!!!!

Similar questions