This is a repo where I put my practice code which I do in Java for my school exams and fests
This project uses makefiles. In order to use it, make sure a bin directory exists in the project root.
Then in order to run a particular class, run :-
make class=<class_name_only>
- At the end of 2026, school-hosted annual fest
- Needed to practice more sorting
- Needed to try to type faster
- Needed to do much much better overall
- Challenges before next fest
- Make a working implementation of ArrayList but with features like insert, removeAt, add, delete, etc
- Solve 25 leetcode problems, and don't stop until it is cracked and no checking solution! Do 10 hard, 10 easy, and 15 medium