Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gergelyth/aoc-2024
🎄 Advent of Code 2024 in casual Python
https://github.com/gergelyth/aoc-2024
Last synced: about 1 month 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 (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-02T21:22:51.000Z (about 1 month ago)
- Last Synced: 2024-12-02T22:18:46.982Z (about 1 month ago)
- Language: Python
- Size: 4.88 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/)