Go to file
2024-12-26 12:54:03 +01:00
.aoc_tiles/tiles/2024 day17 - tile 2024-12-18 14:35:49 +01:00
inputs day24 - just helps with manual debugging the input; needs automation 2024-12-26 12:54:03 +01:00
.gitignore day23 2024-12-23 06:37:18 +01:00
.pre-commit-config.yaml Initial commit 2024-11-30 10:50:22 +00:00
day01.py day9 2024-12-09 10:08:53 +01:00
day02.py day2 - foreign input 2024-12-02 10:43:07 +01:00
day03.py day3 - foreign input 2024-12-03 10:14:31 +01:00
day04.py day4 - foreign input 2024-12-04 10:17:06 +01:00
day05.py day5 - foreign input 2024-12-05 10:55:23 +01:00
day06.py day6 & day7 - foreign input 2024-12-07 18:57:36 +01:00
day07.py day6 & day7 - foreign input 2024-12-07 18:57:36 +01:00
day08.py day8 - use the tools, luke 2024-12-08 11:51:21 +01:00
day09.py day9 - foreign input; reworked p1 to work with both inputs 2024-12-09 20:37:14 +01:00
day10.py day10 - foreign input 2024-12-10 10:37:31 +01:00
day11.py days 11+12 - foreign inputs 2024-12-14 17:51:26 +01:00
day12.py days 11+12 - foreign inputs 2024-12-14 17:51:26 +01:00
day13.py day13 - foreign input 2024-12-16 01:50:47 +01:00
day14.py day14 - cleanup typing annotations 2024-12-14 09:09:38 +01:00
day15.py day15 - cleanup 2024-12-15 08:55:43 +01:00
day16.py day16 - minor cleanups 2024-12-16 13:37:23 +01:00
day17.py day17 - FINALLY 2024-12-18 14:35:39 +01:00
day18.py day18 2024-12-18 07:38:30 +01:00
day19.py day19 2024-12-19 07:32:58 +01:00
day20.py day20 - formula simplification 2024-12-21 06:00:39 +01:00
day21.py day21 - slightly cheated 2024-12-21 10:35:46 +01:00
day22.py day22 - snail-ish 2024-12-22 10:22:14 +01:00
day23.py day23 2024-12-23 06:37:18 +01:00
day24.py day24 - just helps with manual debugging the input; needs automation 2024-12-26 12:54:03 +01:00
LICENSE Initial commit 2024-11-30 10:50:22 +00:00
main.py day9 - tiles 2024-12-09 10:09:16 +01:00
README.md day17 - tile 2024-12-18 14:35:49 +01:00
requirements.txt prep 2024 2024-11-30 11:53:51 +01:00
skel_day.py Initial commit 2024-11-30 10:50:22 +00:00
start_day.py prep 2024 2024-11-30 11:53:51 +01:00

Advent of Code 2024

2024 - 36 - Python