Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Can convert infix to postfix expressions and also evaluate postfix expressions. Floating point values and negatives are supported.

License

Notifications You must be signed in to change notification settings

LouisSilva/Infix-to-Postfix-converter-and-Postfix-Evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Python and C++ programs will both be able to convert infix expressions to postfix expressions. They can also evaluate these postfix expressions.

However, the Python program DOES NOT support floating point values and negatives, only unsigned integers.

About

Can convert infix to postfix expressions and also evaluate postfix expressions. Floating point values and negatives are supported.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages