Ecosyste.ms: Awesome
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: 10 days ago
JSON representation
Java program that converts infix expressions to postfix expressions
- Host: GitHub
- URL: https://github.com/anthonymazzie/infixtopostfix
- Owner: AnthonyMazzie
- Created: 2021-05-26T04:15:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T04:21:53.000Z (over 3 years ago)
- Last Synced: 2023-11-12T00:20:20.178Z (12 months ago)
- Topics: infix-notation, infix-to-postfix, java, learning, mathematics
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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