old-java-education-stuff/README.md

7 lines
257 B
Markdown
Raw Permalink Normal View History

2021-06-08 15:19:08 +00:00
# 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.