This repository contains my personal solutions to various Codewars kata challenges using Java. The exercises are organized by difficulty level (from 7 kyu to 6 kyu). Each file includes comments explaining the logic used to solve the problem.
java-codewars-exercises/
- βββ 7kyu/
- β βββ AnotherProblem.java
- βββ 6kyu/
- β βββ ComplexChallenge.java
- Practice algorithmic thinking and clean code in Java
- Build a portfolio of solved problems for interviews
- Develop consistency and problem-solving skills
To run any solution locally:
- Clone the repository
- Open the Java file in your IDE
- Compile and run the program Each Java file is self-contained and includes a main method when necessary for testing.
You can view my progress and rank here: https://www.codewars.com/users/BleedownZ . Feel free to explore, learn, or suggest improvements!