Add README

This commit is contained in:
ChronosX88 2021-06-08 18:19:08 +03:00
parent 374a217ce3
commit 29fd0e58eb
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# 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.