What's Changed
- Addes authors to every file and deleted order class by @carlFelixSchlass in #26
- Windows conform output by @kuehn-leon in #27
- added beautifies in all classes except vis by @carlFelixSchlass in #28
- added argument parser by @carlFelixSchlass in #29
- implemented BST Visualization from Youssef Raafat (https://github.com/YoussefRaafatNasry) @janniklth in #30
Full Changelog: v1.0.0...v1.1.0
Usage
- Clone the repository or download the attached zip file and compile the source code using a C++ compiler.
- Run the compiled executable and enter an arithmetic expression and the given notation.
- The program will parse the expression, build the arithmetic tree, and evaluate and visualize the result.
Known issues/bugs and future improvements
- argument parsing: it's required to put the expression argument first, otherwise the Programm will not work properly
- README.md -> examples missing
Disclaimer and Attribution
We would like to mention that we have developed this project entirely on our own. Any code or resources that were not developed by us have been appropriately marked as such and attributed to their original sources.