These are my solutions to codewars code katas. My profile in codewars can be found here.
Will try to make a problem per day.
Programing Languages used on the Challanges:
- Java
- JavaScript
- SQL
- PHP
This is my Codewarrior Profile Badge, current status:
There's a folder for each kata nested in its own kyu
├── 8-kyu/
│ ├── SQL/
│ │ ├── KataName/
| | | ├── query.sql
│ │ | └── ReadMe.md
| | └──...
│ └── ...
│
├── 7-kyu/
│ ├── Java/
| | ├── KataName/
│ │ | ├── kata.java
│ │ | └── ReadMe.md
| | └──...
│ └── ...
This index will help you find all katas that are allready completed.
- ✅ [8 Kyu - Index] - SQL
Feel free to open issues or send PRs