Leetcode 150: Evaluate Reverse Polish Notation

Leetcode 150: Evaluate Reverse Polish Notation Edit Evaluate Reverse Polish Notation on GitHub First you should know the definition of Reverse Polish Notation, it is quite interesting, postfix, stack-based, 😀