Back to Projects
FinishedJava
Java Algorithms Lab
A university-focused Java practice repo with implementations, tests, and notes for core data structures and algorithms.
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.
Tech Stack
JavaJUnitGradleData Structures
Screenshots
Screenshots will live here once this project has a stable UI worth showing.