Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 7.23 KB

README.md

File metadata and controls

42 lines (33 loc) · 7.23 KB

Codewars collections

Views statistics +1 👀 GitHub code size in bytes Total code lines

Profile badge

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 (8 kyū being the easiest and 1 kyū being the most difficult). The more difficult the kata, the more points will be awarded. All code warriors start at a rank of 8 kyū and advance through the ranks to the final 2 dan.

Overview

This repository contains my solutions, translations and forks of katas I have completed on Codewars. grouped by language and difficulty level. Each kata is stored in a separate folder, named after the kata's slug. Inside each folder, you will find the following files:

  • README.md - a description of the kata, including the problem statement, examples, and notes.
  • solution_{slug}.{ext}/{solution_class}.{ext} - a file containing my solution to the kata.
  • test_{slug}.{ext}/{test_class}.{ext} - a file containing the test cases for the kata.

Generally, I don't include solutions, that are easier than 6 kyu, because most of them are simple enough, that even copying them here takes more time, than just solving them in the codewars editor.

Quick access table

Language 7 kyu 6 kyu 5 kyu 4 kyu 3 kyu 2 kyu 1 kyu
C
C++
Java
Javascript
Kotlin
PHP
Python
Rust
Typescript