A collection of Java solutions for various coding challenges. Each challenge is implemented as a separate class with its own functionality and tests.
src/main/java/: Contains the main Java source files for coding challenges.src/test/java/: Contains the JUnit test cases for validating the solutions.pom.xml: Maven configuration file for managing dependencies and building the project.
To get started with this project, follow these steps:
- Update Package Index:
sudo apt update- Install Java 11:
sudo apt install openjdk-11-jdkVerify the installation:
java -version- Install Maven:
sudo apt install mavenVerify the installation:
mvn -version-
Clone the Repository:
git clone https://github.com/amlaksil/java-coding-challenge.git && cd java-coding-challenge
-
Build the Project:
mvn clean install
-
Run Tests:
mvn test
For any questions or suggestions, please open an issue on the GitHub repository.