Welcome to my repository of solved algorithmic challenges! This repository contains solutions to various problems from popular coding platforms such as LeetCode, Codewars, and others. Each solution is implemented in Python and aims to be clean, efficient, and well-documented.
- LeetCode Solutions: Problems and solutions sourced from LeetCode.
- Codewars Kata: Challenges and their corresponding solutions from Codewars.
- Miscellaneous: Solutions to problems from other coding platforms and competitions.
To explore the solutions, simply navigate through the directories named after the respective platforms. Each directory contains Python scripts named after the specific problem they solve, along with a brief description in comments at the top of each file.
To run any of the solutions, ensure you have Python installed on your machine. Clone the repository and execute the desired script using the following command:
python script_name.py
Replace script_name.py
with the name of the script you want to run.
Contributions are welcome! If you have a solution to a new problem or an improvement to an existing one, please fork the repository, create a new branch, and submit a pull request. Make sure to follow the existing coding style and include comments for clarity.
This repository is licensed under the MIT License. See the LICENSE
file for more details.
Feel free to explore, learn, and contribute. Happy coding!