- katas counter
- if kata is beta
- different languages
- refactoring
- settings:
- codewarsDir path
- creating files with info and dirs
- rewrite README.md
- file: 1kyu.md
- file: 2kyu.md
- file: 3kyu.md
- file: 4kyu.md
- file: 5kyu.md
- file: 6kyu.md
- file: 7kyu.md
- file: 8kyu.md
- file: README.md
- file: beta.md
- dir: katas
- dir: kataNameCamelCase
- kata.js
- README.md
Welcome to my Codewars Solutions Repository! This repository contains my solutions to various kata (coding challenges) on Codewars, an educational community for computer programming.
Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential.
Codewars is an educational community for computer programming. On the platform, software developers train on programming challenges known as kata. These discrete programming exercises train a range of skills in a variety of programming languages, and are completed within an online integrated development environment. Wikipedia
Codewars is an online coding platform that helps users learn programming by solving challenges, competing with each other in real-time game tournaments, and connecting to a community of coders from around the world. Code Warriors can practice their skills through interactive tutorials while also being able to compete against one another for prizes!
This repository is structured as follows:
.
├── katas/
│ ├── kata-1/
│ │ ├── README.md
│ │ ├── kata.js
│ ├── kata-2/
│ │ ├── README.md
│ │ ├── kata.js
│ └── ...
├── README.md
- Each kata is stored in its own directory under the
katas/
folder. - Each kata directory contains:
README.md
with the problem description and other relevant information.kata.js
or other relevant files containing the solution.
- Browse the
katas/
directory to find the kata you're interested in. - Read the
README.md
file in the kata directory to understand the problem. - Check the
kata.js
file for the solution.
Feel free to use these solutions as references for your own learning. If you find any issues or have suggestions for improvements, please create an issue or submit a pull request.
Contributions are welcome! If you have solutions to kata that you would like to share, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Add your solution in the appropriate directory.
- Create a pull request with a clear description of your changes.
codewars
codewars-kata
codewars-solutions
codewars-challenges
codewars-kata-solution
codewars-javascript
If you have any questions or suggestions, feel free to reach out to me on Codewars.
Happy coding!