Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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).