Skip to content

Input a infix math expression, program can turn it into a postfix expression or a binary expression tree, and evaluate it

License

Notifications You must be signed in to change notification settings

CZhang1997/postfix-expression-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

postfix-expression-tree

Input a infix math expression, program can turn it into a postfix expression or a binary expression tree, and evaluate it Expression.java contain all methods. input.txt is a example of inputs if user want to enter your own input, change the scanner into system.in or make your own input file.

About

Input a infix math expression, program can turn it into a postfix expression or a binary expression tree, and evaluate it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages