Skip to content
/ stack Public

Infix, postfix, and prefix expression conversion and evaluation

License

Notifications You must be signed in to change notification settings

saeid-ir/stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Infix to Postfix and Prefix This Program do Infix, postfix, and prefix expression conversion and evaluation #For example: Infix: 1 * (2 + 3) / 4 Postfix: 1 2 3 + * 4 / Prefix: / * 1 + 2 3 4

This program is under GNU GPL Licence Source Code is available on Github

#installation

If you are on Windows please download lastest Version of Python 2.x and install it from downloaded file After that try run the program in CMD like this: Python Complete-Source-Code.py

If you are on Mac this is the same as Windows CMD is Terminal on Mac

If you are linux try apt-get install python in Terminal After that run the program like other platform Python Complete-Source-Code.py

About

Infix, postfix, and prefix expression conversion and evaluation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages