This repository contains Python scripts that provide solutions to various programming challenges from Codewars. Each script corresponds to a specific problem and includes the original problem statement as a comment at the beginning of the file.
This project is part of my learning journey in programming and problem-solving. By solving challenges on Codewars, I aim to enhance my skills in Python and strengthen my understanding of algorithms and data structures.
- Each file in the repository is a standalone script solving a specific problem.
- The problem statement from Codewars is included as a comment at the top of each script.
Clone the repository: git clone https://github.com/EduardoGallego94/codewars.git Run any script using Python.
The solutions provided here may not be the most optimal ones, as they represent my approach to solving the challenges at the time. Feel free to explore the scripts, suggest improvements, or share your thoughts by opening an issue or pull request.