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

https://github.com/chronosxyz/old-java-education-stuff

Tasks in Java which I did during my study
https://github.com/chronosxyz/old-java-education-stuff

Last synced: 12 months ago
JSON representation

Tasks in Java which I did during my study

Awesome Lists containing this project

README

          

# old-java-education-stuff

Tasks in Java which I did during my study.

Some features:
- StringCalc uses AST (and [Shunting-yard algorithm](https://en.wikipedia.org/wiki/Shunting-yard_algorithm) for building AST) for calculating expression given as string.