Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chronosxyz/old-java-education-stuff
Tasks in Java which I did during my study
https://github.com/chronosxyz/old-java-education-stuff
Last synced: about 1 month ago
JSON representation
Tasks in Java which I did during my study
- Host: GitHub
- URL: https://github.com/chronosxyz/old-java-education-stuff
- Owner: ChronosXYZ
- Created: 2021-06-08T15:14:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T15:37:35.000Z (over 3 years ago)
- Last Synced: 2023-12-11T15:54:13.803Z (about 1 year ago)
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.