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.
-
Clone the repository:
git clone https://github.com/your-username/LeetCodeProblems.git
-
Open the project in your favorite Integrated Development Environment (IDE).
-
Run unit tests to check if your solution is correct:
./gradlew test