Skip to content

My solutions to Codewars challenges for R, Python, Shell, SQL and Julia. Please leave a ⭐, if you found this resource useful.

Notifications You must be signed in to change notification settings

ErikaDva/codewars-solutions

Repository files navigation

rank

Please leave a ⭐, if you found this resource useful

Solutions to Codewars challenges

This repository contains my solutions to Codewars challenges for R, Python, Shell, SQL and Julia. The sole purpose of this repository is to showcase my solutions as part of the portfolio. Sample tests are included in the scripts to display the expected behaviour of the function or particular code snippet.

Note: Please DO NOT use my solutions here as your own submissions on Codewars

Completion Summary

(This repository is being regularly updated and will eventually cover all the ranks)

Rank Level ✔️R ✔️Python ✔️Shell ✔️SQL ✔️Julia
8 Kyu Beginner 89/100 113/333 9/29 12/45 48/136
7 Kyu Beginner 5/104 5/1573 --------- --------- ---------
6 Kyu Novice --------- --------- --------- --------- ---------
5 Kyu Novice --------- --------- --------- --------- ---------
4 Kyu Competent --------- --------- --------- --------- ---------
3 Kyu Competent --------- --------- --------- --------- ---------
2 Kyu Proficient --------- --------- --------- --------- ---------
1 Kyu Proficient --------- --------- --------- --------- ---------

Total Kata: 281

Total Unique Kata: 118

Languages trained: 5

Repository Structure

├── Julia/
│   ├── 8kyu/
│   │   ├── 8kyu-remove-string-spaces.jl
│   │   └── ...
│   └── ...
│
├── Python/
│   ├── 7kyu/
│   │   ├── 7kyu-highest-and-lowest.py
│   │   └── ...
│   ├── 8kyu/
│   │   ├── 8kyu-DNA-to-RNA-conversion.py
│   │   └── ...
│   └── ...
│
├── R/
│   ├── 7kyu/
│   │   ├── 7kyu-highest-and-lowest.r
│   │   └── ...
│   ├── 8kyu/
│   │   ├── 8kyu-DNA-to-RNA-conversion.r
│   │   └── ...
│   └── ...
│
├── SQL/
│   ├── 8kyu/
│   │   ├── 8kyu-remove-string-spaces.sql
│   │   └── ...
│   └── ...
│
├── Shell/
│   ├── 8kyu/
│   │   ├── 8kyu-remove-string-spaces.sh
│   │   └── ...
│   └── ...

Resources

https://www.codewars.com/