Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seapagan/aoc-2024
- Owner: seapagan
- Created: 2024-12-04T10:17:19.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-12T18:52:45.000Z (29 days ago)
- Last Synced: 2024-12-12T19:36:40.011Z (29 days ago)
- Topics: aoc-2024, aoc-2024-in-python
- Language: Python
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)