This repository contains my solutions to challenges from Codewars. The challenges are organized by difficulty level, following the ranking system on Codewars: from 8 kyu (easiest) to 1 kyu (most difficult).
8-kyu— Beginner-level challenges, perfect for those just starting out.7-kyu— Easy challenges for practicing basic programming concepts.6-kyu— Intermediate-level challenges.5-kyu— Advanced-level challenges.4-kyu— For experienced developers.3-kyu— Difficult challenges for professionals.2-kyu— Very hard challenges for experts.1-kyu— The most complex challenges on Codewars.
Each folder contains files named after specific challenges, including their description and my solutions.
Each file contains:
- A description of the challenge (in comments at the beginning of the file).
- My solution using JavaScript.
This repository serves several purposes:
- Helps me track my progress on Codewars.
- Acts as a collection of solutions I can revisit in the future.
- Provides ideas and solutions that might help other developers.
- Select the difficulty level folder (
8kyu,7kyu, etc.). - Find the file with the challenge you're interested in.
- Review the challenge description and solution.
Great thanks to CodeHub for saving my time!
Here's a repo that shows how to use this extension CodeHub repo