No description
Find a file
2024-12-12 21:10:26 +01:00
.github/workflows I don't have the time to do those anymore, but day09 part 1 2024-12-12 21:10:26 +01:00
day01 Update package names to be easier (don't know why I used written names) 2024-12-05 19:05:52 +01:00
day02 Update package names to be easier (don't know why I used written names) 2024-12-05 19:05:52 +01:00
day03 Update package names to be easier (don't know why I used written names) 2024-12-05 19:05:52 +01:00
day04 Update package names to be easier (don't know why I used written names) 2024-12-05 19:05:52 +01:00
day05 Update package names to be easier (don't know why I used written names) 2024-12-05 19:05:52 +01:00
day06 Day 6 part 1 2024-12-06 20:54:53 +01:00
day07 Day 7 part 1 2024-12-09 20:25:45 +01:00
day09 I don't have the time to do those anymore, but day09 part 1 2024-12-12 21:10:26 +01:00
.gitignore Initial commit 2024-11-25 19:07:21 +01:00
go.mod First commit 2024-11-25 21:01:44 +01:00
LICENSE Initial commit 2024-11-25 19:07:21 +01:00
main.go First commit 2024-11-25 21:01:44 +01:00
README.md I don't have the time to do those anymore, but day09 part 1 2024-12-12 21:10:26 +01:00

Advent of code 2024 - my solutions

Advent of Code is an initiative by Eric Wastl to provide a series of programming puzzles for the month of December. This repository contains my solutions to the puzzles, written in Go.

Every time, solutions are structured in the following way: Each day has its own folder, containing the input data and the solution code. Each part is made in a separate file called partX.go where X is the part number (1 or 2). The input data of each problem is stored in a file called input.txt.

Of course my solutions might not be the best, but as I'm doing this on my (very little) free time in university, I'm not really looking for the best solution, but for the one that works. If you have any suggestions or improvements, feel free to open an issue or a pull request! :)

I'm currently not doing part two of the problems yet due to the lack of free time. I might go back to the problems and solve part two too!

2024

Day Part 1 Part 2
Day 1: Historian Hysteria
Day 2: Red-Nosed Reports
Day 3: Mull It Over
Day 4: Ceres Search
Day 5: Print Queue
Day 6: Guard Gallivant
Day 7: ????
Day 8: ????
Day 9: ????
Day 10: ????
Day 11: ????
Day 12: ????
Day 13: ????
Day 14: ????
Day 15: ????
Day 16: ????
Day 17: ????
Day 18: ????
Day 19: ????
Day 20: ????
Day 21: ????
Day 22: ????
Day 23: ????
Day 24: ????
Day 25: ????