Skip to content

hadrienbdc/codewars-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Codewars Solutions

Codewars is a platform for computer programming where you solve coding challenges same as HackerRank or CodingGame. The level of problems is between easy and intermadiate. The main advantage of the platform is the number of programming languages available (30+).

Check it out at https://www.codewars.com/ !

My profile: https://www.codewars.com/users/hbaflast

Problems

Problems have been solved: 42

Ps: For the difficulty, 8 is the minimum and 1 is the maximum.

Python

Problem Difficulty Python
Prime Streaming (PG-13) 3 py
Calculator 3 py
Make a spiral 3 py
All Balanced Parentheses 4 py
Sudoku Solution Validator 4 py
Validate Sudoku with size NxN 4 py
Explosive Sum 4 py
Nesting Structure Comparison 4 py
Codewars style ranking system 4 py
Recover a secret string from random triplets 4 py
Perimeter of squares in a rectangle 5 py
Directions Reduction 5 py
int32 to IPv4 5 py
Greed is Good 5 py
Not very secure 5 py
First non-repeating character 5 py
Maximum subarray sum 5 py
Reverse polish notation calculator 6 py
Valid Braces 6 py
Make the Deadfish swim 6 py
Break camelCase 6 py
Array.diff 6 py
Highest Scoring Word 7 py
Money, Money, Money 7 py
Breaking chocolate problem 7 py
Jaden Casing Strings 7 py
Get the Middle Character 7 py
Counting sheep... 8 py
Multiply 8 py

SQL

Problem Difficulty SQL
Count Weekdays 5 sql
SQL Basics: Simple VIEW 5 sql
SQL Basics: Top 10 customers by total payments amount 6 sql
SQL: Regex AlphaNumeric Split 6 sql
Alphabetical Addition 7 sql
SQL with Pokemon: Damage Multipliers 7 sql
Easy SQL: Counting and Grouping 7 sql
SQL Basics: Simple JOIN 7 sql
SQL easy regex extraction 7 sql
SQL:Concatenating Columns 7 sql
SQL Basics: Simple GROUP BY 7 sql
Sum of odd numbers 7 sql
Keep Hydrated! 8 sql