/ReversePolishNotationParser

Parses then computes RPN expressions. Iterative algorithm, not the naive one! Problem originated from http://codingdojo.org/kata/. Further reading at https://en.wikipedia.org/wiki/Reverse_Polish_notation

Primary LanguagePythonMIT LicenseMIT

Watchers