Skip to content

A collection of Java solutions for various coding challenges. Each challenge is implemented as a separate class with its own functionality and tests.

Notifications You must be signed in to change notification settings

amlaksil/java-coding-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Coding Challenge

A collection of Java solutions for various coding challenges. Each challenge is implemented as a separate class with its own functionality and tests.

Project Structure

  • 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.

Getting Started

To get started with this project, follow these steps:

Prerequisites

Install Java 11 and Maven on Ubuntu

  1. Update Package Index:
sudo apt update
  1. Install Java 11:
sudo apt install openjdk-11-jdk

Verify the installation:

java -version
  1. Install Maven:
sudo apt install maven

Verify the installation:

mvn -version

Setup

  1. Clone the Repository:

    git clone https://github.com/amlaksil/java-coding-challenge.git && cd java-coding-challenge
  2. Build the Project:

    mvn clean install
  3. Run Tests:

    mvn test

Contact

For any questions or suggestions, please open an issue on the GitHub repository.

About

A collection of Java solutions for various coding challenges. Each challenge is implemented as a separate class with its own functionality and tests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages