My own Codewars kata solutions will be archived in this repository.
As I progress through Codewars I expect to refactor some already completed kata solutions.
I have provided a folder structure which stores kata's inside it's difficulty folder (kyu).
Each kata comes with a README file explaining the kata's problem.
[x-kyu]/[kata name]/main.js
[x-kyu]/[kata name]/README.md
Most kata's will come with a couple of test cases so you can print the values in the console. It is great for testing directly in VSCode!
Note: Some kata do not have enough test cases to check all possible values, you should then use the test cases provided by the kata on the Codewars website.
- 5 kyu
- 6 kyu
- 7 kyu
- 8 kyu
More kata solutions and kyu difficulty folders will be added as I progress through Codewars.