mirror of
https://github.com/ChronosX88/old-java-education-stuff.git
synced 2024-11-09 19:41:01 +00:00
7 lines
257 B
Markdown
7 lines
257 B
Markdown
|
# 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.
|