Emilkyo / LeetCodeProblems

A few my solutions on LC

Home Page:https://leetcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCodeProblems

The LeetCodeProblems project is a repository containing my solutions to LeetCode problems. Each task is presented in a separate folder containing files with the implementation and description of the task and the corresponding unit tests. This project is used to educate.

As part of my LeetCodeProblems project, I achieved the following results on LeetCode profile:

I'm looking forward to keep solving problems with LeetCode and improve my programming skills and using new tools in this project, such as Docker or something else.

Usage

  1. Clone the repository:

    git clone https://github.com/your-username/LeetCodeProblems.git

  2. Open the project in your favorite Integrated Development Environment (IDE).

  3. Run unit tests to check if your solution is correct:

    ./gradlew test

About

A few my solutions on LC

https://leetcode.com


Languages

Language:Java 100.0%