Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gergelyth/aoc-2023
🎄 Advent of Code 2023 in casual Python
https://github.com/gergelyth/aoc-2023
advent-of-code aoc-2023 aoc-in-python
Last synced: about 1 month ago
JSON representation
🎄 Advent of Code 2023 in casual Python
- Host: GitHub
- URL: https://github.com/gergelyth/aoc-2023
- Owner: gergelyth
- Created: 2023-12-07T21:06:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-06T22:41:47.000Z (10 months ago)
- Last Synced: 2024-03-06T23:41:08.560Z (10 months ago)
- Topics: advent-of-code, aoc-2023, aoc-in-python
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🎄 Advent of Code 2023 🎄
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/)