Welcome to my Exercism Solutions repository! Here, you'll find my solutions to various coding exercises from Exercism, a platform designed to help you improve your coding skills through practice and mentorship.
Exercism is a fantastic platform for learning and practicing programming through solving exercises in a variety of programming languages. It provides mentorship and feedback on your solutions, allowing you to grow as a developer.
I've worked on exercises in multiple programming languages, including but not limited to:
Feel free to explore solutions in your preferred language!
The repository is organized by language, with each language having its own directory. Inside each language directory, you'll find the solutions categorized by the Exercism tracks (e.g., Python/Arrays, JavaScript/Strings).
Exercism-Solutions/
├── python/
│ ├── allergies/
│ ├── armstrong-numbers/
│ └── ...
├── java/
│ ├── allergies/
│ ├── armstrong-numbers/
│ └── ...
├── cpp/
│ ├── allergies/
│ ├── armstrong-numbers/
│ └── ...
└── ...
- Navigate to the directory corresponding to your preferred programming language.
- Explore the exercises within each track.
- Review the solution files and compare with your own solutions.
- Learn, adapt, and improve!
This repository is licensed under the GNU GPLv3. Feel free to use the code and solutions provided here for your own learning purposes.
Happy coding!