iam-abbas / cs-algorithms

💻 Algorithms that you must know as computer science student
MIT License
223 stars 381 forks source link

Reverse Polish notation, RPN #297

Closed PkiId closed 4 years ago

PkiId commented 4 years ago

CS - Algorithm

This algorithm is not available in the repository currently.

Information

soniakash1998 commented 4 years ago

I would like to work on this issue. Could you please tell me what all programs that I should add to this repository?

PkiId commented 4 years ago

Sorry, but I have already added it, it's Calculator folder in this project. It's getting a regular mathematical expression, for example 2+(3*cos(90)), convert it to the PRN and count it

soniakash1998 commented 4 years ago

something else that I can do in other repositories?