1. Explain Polish Notation in data structures. Give with an Examples
Answers
Answered by
0
Explanation:
Polish notation is a notation form for expressing arithmetic, logic and algebraic equations
Answered by
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