okanon / RPN

Reverse Polish Notation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPN

Reverse Polish Notation

Example

1 2 3 4 - * 5 - +
1 3 + 9 2 - * 5 9 + /

About

Reverse Polish Notation

License:MIT License


Languages

Language:Python 100.0%