Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 320 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 320 Bytes

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.