Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-16T01:26:19.000Z (6 months ago)
- Last Synced: 2024-11-06T06:26:24.904Z (2 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 equationThe 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.