Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuglede/adventofcode
Python solutions to Advent of Code puzzles, https://adventofcode.com/
https://github.com/fuglede/adventofcode
advent-of-code advent-of-code-2015 advent-of-code-2016 advent-of-code-2017 advent-of-code-2018 advent-of-code-2019 advent-of-code-2020 advent-of-code-2021 advent-of-code-2022 advent-of-code-2023 adventofcode python
Last synced: about 1 month ago
JSON representation
Python solutions to Advent of Code puzzles, https://adventofcode.com/
- Host: GitHub
- URL: https://github.com/fuglede/adventofcode
- Owner: fuglede
- Created: 2018-12-01T06:59:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-25T15:15:37.000Z (12 months ago)
- Last Synced: 2024-07-02T02:38:29.372Z (6 months ago)
- Topics: advent-of-code, advent-of-code-2015, advent-of-code-2016, advent-of-code-2017, advent-of-code-2018, advent-of-code-2019, advent-of-code-2020, advent-of-code-2021, advent-of-code-2022, advent-of-code-2023, adventofcode, python
- Language: Python
- Homepage:
- Size: 1000 KB
- Stars: 94
- Watchers: 10
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
Awesome Lists containing this project
README
# All Advent of Code solutions in Python
This repository contains my Python solutions to the [Advent of Code](https://adventofcode.com/) puzzles.
The solutions do not optimize any given parameter: They are not the shortest possible solutions, they are not the fastest possible solutions (or we wouldn't be doing Python). They are also not the most readable solutions, and they are not always the first solutions I would come up with (as leaderboard rushing code tends to be full of eyesores). Rather, they are the solutions that I wish I would have come up with on first try. That is, they're something like my own initial solutions, cleaned up, and when necessary infused with the genius of the people on the [Reddit Solution Megathreads](https://www.reddit.com/r/adventofcode/wiki/solution_megathreads).