Evaluate Reverse Polish Notation #400
Labels
hacktoberfest
Under Hacktoberfest 2021
Level 2
20 Points
Online
Question belongs to online platforms
Enter your question -
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, and /. Each operand may be an integer or another expression.
Note that division between two integers should truncate toward zero.
It is guaranteed that the given RPN expression is always valid. That means the expression would always evaluate to a result, and there will not be any division by zero operation.
Enter link to the question(if question belongs to any online platform) -
https://leetcode.com/problems/evaluate-reverse-polish-notation/
Tags for the question(eg - Array, Basic, Stack, etc.) -
Stack
The text was updated successfully, but these errors were encountered: