Skip to content

lcsm29/codewars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions for Codewars Kata

I've recently discovered this website called codewars, where I can train my skills in a variety of programming language by either completing programming challenges called kata, or writing them. I got instantly hooked, and joined codewars on June 10, 2021. This repo contains every solution I've submitted to codewars, as well as community best practice, and the basic test cases to verify the solution. At this moment, every solution is written in Python, and I hope I could write solutions in many languages sooner than later.

If you're interested, you could also sign up for codewars. Note that, the link on the left is the one and only shameless referral link in this repo, unlike the other clean links for codewars in this repo. I believe I gain nothing other than the useless Honor point, if you sign up via the referral link. Also, you could try it without signing up/in.

Table of Contents

The following table is sorted by the date I submitted my initial solution, from the earliest to the latest. All dates are in YY.MM.DD format, and the solution column is also sorted from the earliest to the latest (the leftmost one being the earliest). For an alphabetically sorted table, or the details of each kata, check kata.md.

Kata Difficulty Date Solutions
Multiply 8kyu 21.06.10 py
Replace With Alphabet Position 6kyu 21.06.10 py
Counting Duplicates 6kyu 21.06.10 py
Disemvowel Trolls 7kyu 21.06.11 py
Descending Order 7kyu 21.06.11 py
Snail 4kyu 21.06.11 py
Playing with digits 6kyu 21.06.11 py
Categorize New Member 7kyu 21.06.11 py
Take a Ten Minute Walk 6kyu 21.06.11 py
Multiples of 3 or 5 6kyu 21.06.11 py
Even Fibonacci Sum 6kyu 21.06.11 py
Last non-zero digit of factorial 6kyu 21.06.11 py
Largest product in a series 5kyu 21.06.11 py
Largest 5 digit number in a series 7kyu 21.06.11 py
Sum of Intervals 4kyu 21.06.11 py
Permutations 4kyu 21.06.11 py
Exes and Ohs 7kyu 21.06.11 py
parseInt() reloaded 4kyu 21.06.11 py
Sort binary tree by levels 4kyu 21.06.12 py
Next bigger number with the same digits 4kyu 21.06.12 py
Simplifying multilinear polynomials 4kyu 21.06.13 py
Sum of odd numbers 7kyu 21.06.13 py
Screen Locking Patterns 3kyu 21.06.19 py
Simple assembler interpreter 5kyu 21.06.20 py
One Line Task: Circle Intersection 2kyu 21.06.21 py