Coder Social home page Coder Social logo

tom-ketipov / daily-code-challenges Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 175 KB

A collection of daily programming exercises to enhance coding skills. Each challenge includes a problem statement and a solution that is covered by unit tests.

License: MIT License

Java 100.00%

daily-code-challenges's Introduction

Daily Code Challenges

Java JUnit5 Badge Apache Maven Badge LinkedIn By - P1N3

This is a repository, where I share my solutions to various coding challenges from LeetCode and Codewars. Currently, each solution is written in Java and is covered with unit tests using JUnit5.

Table of Contents

Repository Structure

The repository is organized as follows:

. 
└── src/ 
    ├── main/ 
    │ 	└── java/ 
    │ 	    ├── codewars/ 
    │ 	    │ 	    ├── eight_kyu/ 
    │ 	    │ 	    │ 	└── problem/ 
    │ 	    │ 	    │ 		└── Solution.java 
    │ 	    │ 	    ├── seven_kyu 
    │ 	    │ 	    ├── ...
    │ 	    │ 	    └── one_kyu 
    │ 	    └── leetcode/ 
    │ 	    	    ├── easy/ 
    │ 	    	    │ 	└── problem/ 
    │ 	    	    │ 		└── Solution.java 
    │ 	    	    ├── medium 
    │ 	    	    └── hard 
    └── test/ 
        └── java/ 
            ├── codewars/ 
            │ 	    ├── eight_kyu/ 
            │ 	    │ 	└── problem/ 
            │ 	    │ 		└── SolutionTest.java 
            │ 	    ├── ...
            └── leetcode/ 
                    ├── easy/ 
                    │ 	└── problem/ 
                    │ 		└── SolutionTest.java 
                    ├── medium 
                    └── hard

Each solution in the src/main/java/leetcode or src/main/java/codewars directories has a corresponding test class in the src/test/java/leetcode or src/test/java/codewars directories to check if the solution works as expected.


Coding Challenge Progress

In this section, you can find a snapshot of my current progress on LeetCode and Codewars.

LeetCode

Here’s a snapshot of my current progress on LeetCode:

For more details, visit my LeetCode profile.


Codewars

Here’s a summary of my Codewars progress:

Github Readme Codewars


Getting Started

To get a local copy of this project up and running on your machine, follow the instructions below.

Prerequisites

Before you begin, ensure you have the following software installed on your machine:

1. Java

Make sure you have Java 19 or later installed. It is required to compile and run the code in this repository.

To check your Java version, run the following command in your terminal:

java -version

2. Maven

Ensure you have Maven 3.6 or later installed. Maven is used for managing dependencies and building the project.

To check your Java version, run the following command in your terminal:

mvn -version

Installation

  1. Clone the repo

    git clone https://github.com/tom-ketipov/daily-code-challenges.git
    
  2. Navigate to the project directory

    cd daily-code-challenges
    

Running Tests

To run all the tests for the project, use the following Maven command:

mvn clean test

daily-code-challenges's People

Contributors

tom-ketipov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.