A repository for practicing problem-solving katas, organised by month.
This repository is dedicated to improving my problem-solving skills through regular practice of katas sourced from CodeWars, LeetCode, and Codurance. Each week new katas are added along with corresponding tests, and these katas are organised into monthly directories. This structured approach helps in tracking my progress and ensures consistent practice.
- Clone the repository:
https://github.com/Selamkd/coding-challenges.git
Navigate through the repository to find katas. Each kata has:
- Solution class: contains the solution to the problem.
- Test class: contains the tests to verify the correctness of the solution.
JUnit tests are included for each kata. To run the tests, follow these steps:
- Navigate to the Tests directory(organised by month).
- Compile the test files.
- Run the tests using JUnit.
The katas in this repository are sourced from: