https://github.com/safememoryzone/aoc-2024
My solutions to AoC 2024 in Python.
https://github.com/safememoryzone/aoc-2024
Last synced: about 2 months ago
JSON representation
My solutions to AoC 2024 in Python.
- Host: GitHub
- URL: https://github.com/safememoryzone/aoc-2024
- Owner: SafeMemoryZone
- License: unlicense
- Created: 2024-12-02T13:48:45.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-26T16:18:19.000Z (5 months ago)
- Last Synced: 2025-02-02T06:28:55.073Z (4 months ago)
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aoc-2024
My solutions to [AoC 2024](https://adventofcode.com/2024/) in Python.
## Note
These solutions are not optimized for efficiency or elegance. The code is messy and straightforward, designed solely to “get the job done.” Some parts also aren't solved.