leetcode

150. Evaluate Reverse Polish Notation

Solution code

Time complexity: O(n)

Space complexity: O(n)