Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yisuschrist/codewars-challenges
Collection of personal solutions for CodeWars challenges
https://github.com/yisuschrist/codewars-challenges
codewars codewars-solutions
Last synced: about 11 hours ago
JSON representation
Collection of personal solutions for CodeWars challenges
- Host: GitHub
- URL: https://github.com/yisuschrist/codewars-challenges
- Owner: YisusChrist
- License: gpl-3.0
- Created: 2023-11-16T02:03:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T11:59:33.000Z (3 months ago)
- Last Synced: 2024-08-25T13:04:03.184Z (3 months ago)
- Topics: codewars, codewars-solutions
- Language: JavaScript
- Homepage: https://www.codewars.com
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeWars Challenges
Welcome to my CodeWars challenges repository! Here you can find solutions to various programming challenges from CodeWars, organized by difficulty level.
Table of Contents
- [CodeWars Challenges](#codewars-challenges)
- [About CodeWars](#about-codewars)
- [Difficulty Levels](#difficulty-levels)
- [Katas summary](#katas-summary)
- [How to Use](#how-to-use)## About CodeWars
CodeWars is a community of developers, who are called Code Warriors (or just warriors), that train on improving their development skills. Think of it like a coding dojo - where developers train with each other and help each other get better through practice.
## Difficulty Levels
[](1kyu)
[](2kyu)
[](3kyu)
[](4kyu)
[](5kyu)
[](6kyu)
[](7kyu)
[](8kyu)## Katas summary
...
## How to Use
- Each challenge is in its dedicated file within the `challenges` folder.
- Check the challenge description and solution in the respective files.Feel free to explore the solutions and provide feedback!
Happy coding!