Evaluate Reverse Polish Notation (Leetcode #150)
You are given an array of strings tokens that represents an arithmetic expression in a Reverse Polish Notation.
Evaluate the expression. Return an integer that represents the value of theexpression.
Note that:
The valid operators are '+', '-', '*', ...
earthcode.hashnode.dev2 min read