https://github.com/gergelyth/aoc-2024
🎄 Advent of Code 2024 in casual Python
https://github.com/gergelyth/aoc-2024
Last synced: about 2 months ago
JSON representation
🎄 Advent of Code 2024 in casual Python
- Host: GitHub
- URL: https://github.com/gergelyth/aoc-2024
- Owner: gergelyth
- Created: 2024-12-01T09:11:16.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-06T21:08:14.000Z (6 months ago)
- Last Synced: 2025-02-04T15:46:25.461Z (4 months ago)
- Language: Python
- Size: 11.7 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 🎄
Here I usually program the first thing that comes to my mind. Most often this is the simplest, most inelegant logic - in my defense, the tasks get published at 6 AM in my timezone.
Typically, I don't go back to fix issues unless it's incredibly ugly and it *really* bothers me.
Also, in most cases the solution to part 2 overwrites (and destroys) the solution to part 1. The commit history should tell the story for part 1, although I might go back and organize it properly after the event ends.
*Disclaimer: Python is not my primary language, but I thought it would be fun to do this year's challenge with the snake to improve.*
*As a result, it may happen that some lines are not the most Python-esque they could be (but I try).*### Reference
- [Advent of Code](https://adventofcode.com/)