Skip to content

Commit

Permalink
Revise README a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
fuglede committed Dec 8, 2023
1 parent 542785b commit c3444d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Advent of Code solutions
# All Advent of Code solutions in Python

This repository contains my Python solutions to some of the [Advent of Code](https://adventofcode.com/) puzzles.
This repository contains my Python solutions to he [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).

0 comments on commit c3444d4

Please sign in to comment.