Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 name

The 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.