Solutions to the Advent of Code challenges. This repository contains my solutions implemented in various programming languages (Hopefully). Please just bare with my solutions, can be huurtful to your eyes.
The repository is organized by year and day. For each day:
- The
solutions
directory contains solutions implemented in different programming languages. - The
input
directory contains input files for each day.
Each solutions
directory is further organized by programming language:
python
: Python solutionstypescript
: Typescriot solutions
And other languages I may be playing with - (Will Always come back to solve in othe languages)
- Navigate to the desired day and language directory.
- Review the solution code (
solution.py
,solution.js
, etc.). - Retrieve the input for the day from the corresponding
input
directory.
This project is licensed under the MIT License.
Acknowledgments or credits, if any.
Happy coding!