- Introduction
- Disclaimer
- Vocabulary
- Purpose
- Tips
- Learning Resources
- More Helpful Resources
- Similar Platforms
- License
A collection of my Codewars solutions for Codewars katas.
Most katas offer both a longer, descriptive solution and a shorter, more concise one. In my opinion, a longer, descriptive solution is preferable unless a concise one-liner is easily understandable for your entire team.
- Codewarriors are strongly encouraged not to look at my solutions to Kata until you have completed it yourselves or at least took the time to think about your own approaches
- Codewarriors should not submit my solutions as their own
- I will not be accepting contributions of any form to this repo
- Creating a repository like this is discouraged by Codewars
-
Kata: is an algorithm you have to solve in any programming language you desire
-
Kyu: is a digit that determines kata difficulty level as well as the user rank on the platform
Practicing katas could help you to improve your algorithmic thinking. It could also help at interviews being more confident and learning a few tricks of your preferred language.
-
Katas has
tags
that could help you in advance to know what to use. For example you could solve this kata using regular expressions.
-
Katas could have some issues that goes beyond your implementation. If you're stuck check the
Issues
. Just click where it says1 Issue Reported
above theInstructions
.
-
Finally check the
discussions
in case the Instructions aren't really clear. Click on theDiscuss
button under theSample Tests
.
- After you submit your final solution check the Solutions to learn from other alternatives. If you don't understand them you can leave a comment or check the discussions of each one. Try to learn from these solutions and improve your current one or create a Short Solution of your own.
- If you check my solutions the "Long Solution" maybe is longer than the "Short Solution" but is more readable.
-
Regular Expressions / RegEx
-
ES6 / ES2015
- Array & Objects
- Good Practices
- 1LoC Snippets
- RegEx Snippets
- Learn RegEx
- JavaScript Arrays Cheatsheet
- JavaScript Cheatsheet
- 30 Seconds of Code
- Codewars Gitter
- Algos Explained
- A curated list of code katas
- Algorithms solved in many languages
- JavaScript Algorithms and Data Structures
- A JavaScript optimization handbook
This project is licensed under the MIT License.
Happy coding❤️!