This repository contains solutions to various coding challenges from platforms such as HackerRank, TestGorilla, and other technical interview preparation websites. Each solution is designed to be efficient, well-documented, and production-ready.
The repository is organized into folders based on the platform or source of the challenge:
├── HackerRank/
│ ├── Interview_Preparation_Kit/
│ │ ├── Warm_Up
│ │ │ ├── Repeated_String
│ │ │ │ ├── repeated_string.py
│ │ │ │── Jumping_on_Clouds
│ │ │ │ ├── jumping_on_clouds.py.py
├── TestGorilla/
│ ├── sorting_test.py
├── README.md
HackerRank/:{: target="_blank"} Contains challenges and solutions from HackerRank, categorized by topic (e.g., Arrays, Strings).OtherChallenges/: Challenges from other platforms, sources or custom.
- Python 3.8+ is required to run the solutions in this repository.
- Ensure you have installed all required libraries for specific challenges. Any dependencies are listed in the relevant solution file.
- Clone the repository:
git clone https://github.com/metalerk/coding-challenges.git cd coding-challenges - Navigate to the desired folder:
cd HackerRank/Arrays - Run the Python script:
python jumping_on_clouds.py
Luis Esteban Rodriguez
- 📧 Email: [email protected]
- 💻 GitHub: github.com/metalerk
Luis is a passionate software engineer with experience in backend development and a strong interest in solving algorithmic problems. This repository serves as a showcase of his problem-solving skills and dedication to continuous learning.
Contributions, bug reports, and feature requests are welcome! If you’d like to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-name). - Commit your changes (
git commit -m "Add a new feature"). - Push to the branch (
git push origin feature-name). - Open a Pull Request.
This repository is licensed under the MIT License. See the LICENSE file for more information.
Feel free to reach out via email for collaboration opportunities, questions, or feedback. You can also explore more of my projects on GitHub.
Special thanks to:
- HackerRank and TestGorilla for providing these engaging challenges.
- The open-source community for inspiring best practices in coding and problem-solving.
Happy Coding! 🚀
