An open API service indexing awesome lists of open source software.

https://github.com/anthonymazzie/infixtopostfix

Java program that converts infix expressions to postfix expressions
https://github.com/anthonymazzie/infixtopostfix

infix-notation infix-to-postfix java learning mathematics

Last synced: about 1 year ago
JSON representation

Java program that converts infix expressions to postfix expressions

Awesome Lists containing this project

README

          

# InfixToPostfix

Reads a text file ("input.txt") of infix expression strings
Stores infix expression strings to list
Loops list, converting infix to postfix
Print postfix expression list to file ("output.txt")
If expression unable to be converted, appropriate error message printed