This is a collection of all the small assignments I was assigned in my IB DP Computer Science HL class. Bigger assignments will have their own project and repositories (linked below), but for the small ones they'll be in the com.mentoskapraha.comp_sci.assignments
package.
To run an assignment simply run the Main class then select the one you wish to run.
Warning
The code here is meant to be for reference only. Please don't copy the code.
The code in the com.mentoskapraha.comp_sci.assignments
package are the solutions for the assignments.
The com.mentoskapraha.comp_sci.common
package contains useful classes and methods. Feel free to copy any code in this package and use it for your own purposes.
The ./src/templates
directory contains useful templates that I can then copy and paste to speed up development. At some point I will turn these into IDE snippets, but that might not be for a while.