ucsb-cs56-projects / cs56-utilities-calculator

-
1 stars 10 forks source link

Reverse Polish Notation #47

Open xavierholt opened 6 years ago

xavierholt commented 6 years ago

Can't remember your order of operations? Hate parentheses? You should check out Reverse Polish Notation.

Make an interface that accepts RPN instead of (or in addition to) the standard "infix" notation. Note that if you decide to try this, doing https://github.com/UCSB-CS56-Projects/cs56-utilities-calculator/issues/46 first will probably make your job a lot easier.

200 XP

scottpchow23 commented 6 years ago

200xp

W18 OK