Finished
Java
Java Algorithms Lab
A university-focused Java practice repo with implementations, tests, and notes for core data structures and algorithms.
Technologies used
Problem
Algorithm practice is easier to revisit when implementations are organized with tests and short explanations.
Solution
The project groups common structures and algorithms into small modules with focused unit tests and notes.
What I Learned
Tests make data-structure work less abstract because every edge case becomes something visible.
More Java projects
Java
Java
JavAttack
A desktop lane-defense game in Java with drafting, real-time combat, and hero skills.