Skip to content

BleedownZ/java-codewars-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

java-codewars-exercises

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.

πŸ“ Folder Structure

java-codewars-exercises/

  • β”œβ”€β”€ 7kyu/
  • β”‚ └── AnotherProblem.java
  • β”œβ”€β”€ 6kyu/
  • β”‚ └── ComplexChallenge.java

Objectives

  • Practice algorithmic thinking and clean code in Java
  • Build a portfolio of solved problems for interviews
  • Develop consistency and problem-solving skills

Getting Started

To run any solution locally:

  1. Clone the repository
  2. Open the Java file in your IDE
  3. Compile and run the program Each Java file is self-contained and includes a main method when necessary for testing.

Codewars Profile

You can view my progress and rank here: https://www.codewars.com/users/BleedownZ . Feel free to explore, learn, or suggest improvements!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages