Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 354 Bytes

File metadata and controls

6 lines (4 loc) · 354 Bytes

java-programming-exercises

A simple repository with a variety of exercises solved using Java.

I'm utilized JUnit 5 and AssertJ for the testing classes.

Each problem solved will be inside a package containing the class(es) necessary to solve the problem, one test class for testing and explanation, and a txt file with the description of the problem.