Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youseftareq33/java_datastructuer_2_equationfilebrowserinterface-stack-v1
This project check the equation(infix expressions) if it balanced or invalid, then infix expressions, then convert it to postfix.
https://github.com/youseftareq33/java_datastructuer_2_equationfilebrowserinterface-stack-v1
data-structures java javafx
Last synced: about 2 months ago
JSON representation
This project check the equation(infix expressions) if it balanced or invalid, then infix expressions, then convert it to postfix.
- Host: GitHub
- URL: https://github.com/youseftareq33/java_datastructuer_2_equationfilebrowserinterface-stack-v1
- Owner: youseftareq33
- Created: 2023-05-19T17:31:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-16T01:19:05.000Z (7 months ago)
- Last Synced: 2024-11-06T06:26:27.638Z (3 months ago)
- Topics: data-structures, java, javafx
- Language: Java
- Homepage:
- Size: 218 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 from multiple files, extracting two types of information:
1) equations
2) file nameThe contents of these files are then written to an XML file.
On the equation side, the input contains infix expressions,
which are then converted to postfix.The program also checks whether the equation is balanced or invalid.
## Note that there is app_photo folder.