Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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.