Skip to content

The purpose of this program is to take an expression in the form of infix (i.e. 2*3+1) and convert it to postfix (i.e. 23*1+)

Notifications You must be signed in to change notification settings

alexcarson440/postfix-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

About

The purpose of this program is to take an expression in the form of infix (i.e. 2*3+1) and convert it to postfix (i.e. 23*1+)

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages