My attempts at the advent of code in various years
Find a file
Markus Brueckner 5f58d7b95b Day 9
2024-12-10 20:21:07 +01:00
2024 Day 9 2024-12-10 20:21:07 +01:00
.gitignore Add inputs to .gitignore 2024-12-08 20:25:12 +01:00
LICENSE Initial commit 2024-12-03 16:52:38 +01:00
README.md add some comments 2024-12-03 21:50:14 +01:00

Advent of Code collection

This is my private collection of solutions for the Advent of Code each year (well, as long, as I can be bothered to follow along).

Solutions might be in different programming languages, might be more or less efficient/ridiculous and are generally unsupported by me once I've finished the task for the day. What I'm saying is: basically this is a dump for my personal solutions and not a teaching instrument. Take from it what you will. Refrain from laughing too loud in case they are ridiculous.

Sometimes you might found a README in the individual solution folders with some of my notes regarding the algorithm, what I like, what I don't like, what could be improved, if I could be bothered etc.