Skip to content

This is a repository with a infix notation to reverse polish notation algorithm written in c++

License

Notifications You must be signed in to change notification settings

kndzr101/RPN-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello, this is an infix->RPN converter used in a command line. In order to use it you need GNU-make, because you need to compile this project on your own. This project works onlu with basic operands: '+', '-', 'x', '/', '^' and in order to use it you need to seperete every symbol with a space. This project is still untested. I will consider adding possibility to have more complex operators and functions. I implemented my own stack-like data structure because i wanted to. Thanks for watching.

About

This is a repository with a infix notation to reverse polish notation algorithm written in c++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published