Skip to content

ParanoidUser/codewars-handbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Codewars Handbook β˜•οΈπŸš€

Views statistics +1 πŸ‘€ Completed kata πŸ‘Œ CI pipeline πŸ›  Quality gate πŸ”Ž Let's have a chat! πŸ“ž

Codewars is an online educational platform for computer programming. On the platform, users known as code warriors attempt to solve programming challenges, known as kata, to practice programming skills and earn honor points. Each kata is assigned a kyΕ« rank based on its subject and difficulty. The more difficult the kata, the more points will be awarded. All code warriors start at 8 kyΕ« πŸ‘˜ and advance through the ranks to the final 4th dan πŸ₯‹. Warriors are not the ones who always win, but the ones that always fight. Banzai!

Overview

The repository contains a collection of Java solutions to Codewars challenges, grouped by kyΕ« rank. Each kata is organized in a separate folder named by its slug and accompanied by a task description, a solution source code, and verification tests. All solutions were solved on the official platform and verified against the original test suite.

For quick access, use the index table or search the repository by kata URL, name, ID, or slug.

1 kyu 2 kyu 3 kyu 4 kyu 5 kyu 6 kyu 7 kyu 8 kyu beta retired
0 1 2 26 48 426 569 209 56 79

Note: The source code is written in Java 17 and may use language features that are incompatible with Java 8, 11.

❀️ Credits

Kudos πŸ™Œ to all community members around the world, your support is greatly appreciated! Each of you will be recognized in the release notes and pinned πŸ“Œ to the star map ⭐🌎. star map

⚠️ Disclaimer

Please DO NOT look at the solutions until you have solved a kata, or at least spent some time thinking about your own approaches to solving the challenge. Remember, if you use material from this repository to gain rank, you are violating Codewars policy:

If you are caught cheating on a challenge, you will initially have your solution marked as a cheat and will not receive any honor or rank. This includes clever solutions that are clearly created for the spirit of cheating. Repeat offenders who have intentionally cheated will be banned.

You acknowledge and agree that your use of the repository materials is at your own risk. The author accepts no responsibility or liability whatsoever for any consequences arising directly or indirectly from any action or inaction taken by you on the basis of, or in reliance on, any information or material contained in or linked to this repository. The information contained in this repository is provided "as is" with no warranties of completeness, accuracy, usefulness, or timeliness. The author reserves the right to change any of the items used or contained in the repository at any time without notice.