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

https://github.com/bl33h/calculadorainfix

Programa para evaluar expresiones infix, convertidas a postfix y luego evaluadas. Asignación Algoritmos y Estructuras de Datos, HDT04.
https://github.com/bl33h/calculadorainfix

Last synced: 3 months ago
JSON representation

Programa para evaluar expresiones infix, convertidas a postfix y luego evaluadas. Asignación Algoritmos y Estructuras de Datos, HDT04.

Awesome Lists containing this project

README

        

# CalculadoraInfix
A calculator that does arimethic operations in postfix. It uses Stacks as ADT with OOP and MVC pattern.
It also uses Factory and Singlenton pattern
## Files
- javadoc: contain the javadoc's files generated by Eclipse.
- junit: the JUnit's test made in Eclipse and the code of those tests.
- otro: the PDF with the opinion of Singlenton pattern and the video's link.
- src: all the classes that implement the solution.
- uml: class diagram.

*Note: to execute the code, it's important that run only on this location