diff --git a/README.md b/README.md new file mode 100644 index 0000000..942469b --- /dev/null +++ b/README.md @@ -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.