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

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.