🦋 Goals
👷 Authors
Solutions with tests and tutorials for Codewars katas.
-What's a Kata? It is an algorithm you have to solve in any programming language you desire (JS in this repo)
-What is Kyu? It is a digit that determines kata difficulty level as well as the user rank on the platform
-and a codewarrior? A codewarrior is the user/coder who practice katas in Codewars.
Being a Codewarrior and practicing katas helped me to improve my algorithmic thinking.
Codewarriors are strongly encouraged not to look at your solutions to Kata until we have completed it ourselves.
Name | GitHub | |
---|---|---|
Txell Amigó | @txellext |
There's a folder for each kata nested in its own kyu:
├── 8-kyu/
│ ├── Square(n)Sum/
│ │ ├── index.js
│ │ └── test.js
│ └── ...
│
├── 7-kyu/
│ ├── Isograms/
│ │ ├── index.js
│ │ └── test.js
│ └── ...
-JavaScript
-Visual Studio Code
<> with ❤️ in BCN