Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seapagan/aoc-2024

Advent of Code 2024, Python
https://github.com/seapagan/aoc-2024

aoc-2024 aoc-2024-in-python

Last synced: 27 days ago
JSON representation

Advent of Code 2024, Python

Awesome Lists containing this project

README

        

# Advent of Code 2024 Solutions

Solutions are in Python.

> [!NOTE]
>
> These solutions may use global variables and other bad practices I
> wouldn't use in production code, but that works for AOC :grin: I have tried to
> keep them clean and as efficient as I can with my current low knowledge of
> standard algorithms. Maybe I'll revisit them in the future to improve them.

- [Day 1: Historian Hysteria](01/main.py)
- [Day 2: Red-Nosed Reports](02/main.py)
- [Day 3: Mull It Over](03/main.py)
- [Day 4: Ceres Search](04/main.py)
- [Day 5: Print Queue](05/main.py)
- [Day 6: Guard Gallivant](06/main.py)
- [Day 7: Bridge Repair](07/main.py)
- [Day 8: Resonant Collinearity](08/main.py)
- [Day 9: Disk Fragmenter](09/main.py)
- [Day 10: Hoof It](10/main.py)
- [Day 11: Plutonian Pebbles](11/main.py)