mirror of
https://github.com/ChronosX88/old-java-education-stuff.git
synced 2024-11-12 20:50:59 +00:00
Tasks in Java which I did during my study
FractionCalc | ||
OneFourThree | ||
StringCalc | ||
.gitignore | ||
README.md |
old-java-education-stuff
Tasks in Java which I did during my study.
Some features:
- StringCalc uses AST (and Shunting-yard algorithm for building AST) for calculating expression given as string.