Skip to content

My code solutions to Codewars problems in Python, c / c++ or Javascript

Notifications You must be signed in to change notification settings

Jean-carje/CodeWars-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codewars Practice

link for honor: www.codewars.com/r/XhKjuQ
Codewars logo

Solutions

3-kyu

Problems/Kata python c++ javascript c
Last digit of a huge number Python solution

4-kyu

Problems/Kata python c++ javascript c
Square into Squares protect trees! Python solution
Nesting Structure Comparison Python solution
Sum by Factors Python solution
Counting inner calls in an unknown function. Python solution
Number of Proper Fractions with Denominator d Python solution
Strings Mix Python solution
Social Golfer Problem Validator Python solution
Permutations Python solution
Great Total Additions Python solution
Getting along with Integer Partitions Python solution
Currying vs. Partial Application Python solution
Explosive Sum Python solution
Find Product Partitions With Maximum or Minimum Score Python solution
Most frequently used words in a text Python solution
How many numbers III? Python solution
Can you really count divisors? Python solution

5-kyu

Problems/Kata python c++ javascript c
Buddy Pairs Python solution
Calculating With Functions Python solution
Write out numbers Python solution
Regex Password Validation Python solution
Extract the domain name from a URL Python solution
Help your granny! Python solution
Best travel Python solution
Prime number decompositions Python solution
k-Primes Python solution
Primes in numbers Python solution
validDate Regex Python solution
Hail Caesar Python solution
String incrementer Python solution
Directions Reduction Python solution
Battle ships: Sunk damaged or not touched? Python solution
Factorial decomposition Python solution
Simple string expansion Python solution
Alphabet wars - nuclear strike Python solution
Sort arrays - 3 Python solution
flatten Python solution
Last digit of a large number Python solution
Simple Pig Latin Javascript solution
Moving Zeros To The End Python solution
First non-repeating character Javascript solution

6-kyu

Problems/Kata python c++ javascript c
Longest Palindrome Python solution
Help the bookseller! Python solution
String array duplicates Python solution
Array diff Javascript solution
Multiples of 3 or 5 Javascript solution
IQ Test Javascript solution
Matrix Addition Python solution
Sum of pairs Python solution
Your order, please Javascript solution
Format a string of names like 'Bart, Lisa & Maggie'. Javascript solution
Duplicate Encoder Javascript solution
Delete occurrences Javascript solution
Persistent Bugger Javascript solution
IPv4 to int32 Javascript solution
Multiplication table Javascript solution
+1Array Javascript solution
Product Partitions I Javascript solution
Tribonacci Sequence Python solution
Fibonacci, Tribonacci and friends Javascript solution
Word a10n (abbreviation) Python solution
Highest Rank Number in an Array Javascript solution
Counting Duplicates Python solution
Dashatize it Javascript solution
Detect Pangram Python solution
The Vowel Code Javascript solution
Unique In Order Python solution
Replace With Alphabet Position Python solution
Vasya - Clerk Python solution
Sort the odd Python solution
Message Validator Python solution
Character with longest consecutive repetition Javascript solution
Count characters in your string Python solution
Sums of Parts Javascript solution
Is Integer Array? Python solution
Upside down numbers Python solution
Consecutive strings Python solution

7-kyu

Problems/Kata python c++ javascript c
Numbers in strings Javascript solution
Isograms Javascript solution
Square Every Digit Javascript solution
Find the middle element Javascript solution
Python's Dynamic Classes #1 Python solution
Maximum Length Difference Javascript solution
Beginner Series #3 Sum of Numbers Javascript solution
Remove the minimum Javascript
Python class Python
Fun with ES6 Classes #1 Javascript
Categorize New Member Python
List Filtering Python

8-kyu

Problems/Kata python c++ javascript c
Convert number to reversed array of digits c++
Count by X python
Returning Strings c++
L1: Set Alarm C Solution