https://github.com/youseftareq33/java_datastructuer_2_equationfilebrowserinterface-stack-v2
This project check the equation(whether it infix expressions or postfix) if it balanced or invalid, then convert it to desire expressions and calculate the result.
https://github.com/youseftareq33/java_datastructuer_2_equationfilebrowserinterface-stack-v2
data-structures java javafx
Last synced: 8 months ago
JSON representation
This project check the equation(whether it infix expressions or postfix) if it balanced or invalid, then convert it to desire expressions and calculate the result.
- Host: GitHub
- URL: https://github.com/youseftareq33/java_datastructuer_2_equationfilebrowserinterface-stack-v2
- Owner: youseftareq33
- Created: 2024-07-15T21:49:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-16T01:26:19.000Z (over 1 year ago)
- Last Synced: 2025-02-16T10:44:38.611Z (9 months ago)
- Topics: data-structures, java, javafx
- Language: Java
- Homepage:
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Equation File Browser Interface Using Data Structure (Stack)
This project reads sample file, extracting:
1) infix equation
2) postfix equation
The contents of this file are then written to an XML file.
On the equation side, if the input contains infix expressions then convert it to postfix then calculate the result,
else if the input contains postfix expressions then convert it to prefix then calculate the result.
The program also checks whether the equation is balanced or invalid.
## Note that there is app_photo folder.