This repository serves as a collection of coding exercises and challenges completed on Codewars. Codewars is a platform where developers can improve their coding skills by solving various programming challenges, ranging in difficulty from beginner to advanced.
This repository is a personal archive of solutions to Codewars challenges. Each exercise is organized into its own directory, containing the solution file and any additional resources or notes related to the problem.
The folder structure is organized by kyu level and then by the name of the specific Codewars challenge.
Feel free to browse the folders to explore the solutions for each exercise.
- Clone the repository:
git clone https://github.com/xocras/python-codewars
-
Navigate to the specific kyu level folder of interest.
-
Open the solution file to view the code.
If you have a different solution or an improvement to an existing one, feel free to contribute! Follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your modifications.
- Submit a pull request.
Thank you to Codewars for providing an excellent platform for honing coding skills and to the community for creating diverse and challenging exercises.