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.
- Host: GitHub
- URL: https://github.com/bl33h/calculadorainfix
- Owner: bl33h
- Created: 2022-02-23T19:33:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T20:26:18.000Z (about 3 years ago)
- Last Synced: 2025-01-21T15:15:25.194Z (5 months ago)
- Language: Java
- Homepage:
- Size: 5.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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