10000 Update README · nthistle/advent-of-code@5ee2a0f · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ee2a0f

Browse files
committed
Update README
1 parent 7ef9b25 commit 5ee2a0f

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

README.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,37 @@
1-
# advent-of-code-18
2-
My solutions for Advent of Code 2018
1+
# Advent of Code
2+
Parent repository for all my [Advent of Code](https://adventofcode.com/) solutions. I started playing Advent of Code for fun in 2018 and more competitively in 2019. In 2019 I got [13th](https://adventofcode.com/2019/leaderboard) on the global leaderboard, in 2020 I got [9th](https://adventofcode.com/2020/leaderboard), and in 2021 I got [21st](https://adventofcode.com/2021/leaderboard). I'll try to keep this repository relatively up-to-date, but no promises!
3+
4+
Unless otherwise stated, **all my solutions here are pretty much[^1] the exact code I used to solve**. This means the code quality is... rather poor. When I'm going for leaderboard, I'm trying to solve as quickly as possible, which means one letter variable names, reusing variables, horrendous Python one-liners, operator overloading to switch addition and multiplication, and probably a bunch of other bad practices. Yes, I can write good code (at least, I'd like to think I can).
5+
6+
Recently[^2] I've also started recording my solves, if you're interested I post them on [my YouTube](https://www.youtube.com/@nthistlethwaite) ~right after I finish solving each day.
7+
8+
[^1]: I pretty commonly edit the code as I'm solving for part 2, or do things one-off in the Python terminal, so there's some amount of "reconstructing" the solve code after the fact, but this is pretty minimal edits (and I certainly don't make any code quality improvements when I do this).
9+
[^2]: Okay, so technically I streamed most days in 2020, but then starting in 2021 Eric Wastl began asking people to [not stream their solving](https://adventofcode.com/2021/about#faq_streaming) if they expected to regularly make it onto the leaderboard, so I switched to recording for 2021, but ended up not posting most of the videos because I never got around to editing them. This year I'll hopefully be more consistent with the uploads.
10+
11+
## [2022](2022/)
12+
13+
It's $CURRENT_YEAR! More coming soon?
14+
15+
For now I've been copying `aoc_tools.py` into every directory because relative imports don't work from scripts and I'm too lazy to do the proper thing (and I forgot I could just add `..` or something to the path). I haven't really been using it anyways, due to a combination of not needing to and not remembering what exactly I put in it - I'll probably have to practice a good bit with whatever extras I write before next year to actually feel comfortable using it.
16+
17+
## [2021](2021/)
18+
19+
Solutions for days 20 and onwards are currently missing because I went home for Christmas and didn't have my computer with me (they're somewhere on my laptop, I'll add them eventually).
20+
21+
(TODO: I'll add some more description here when I get time)
22+
23+
## [2020](2020/)
24+
25+
(TODO: I'll add some more description here when I get time)
26+
27+
## 2019
28+
29+
I'm not really sure where the code for this year went, but if I find it I'll add it to this repo.
30+
31+
## [2018](2018/)
32+
33+
(TODO: I'll add some more description here when I get time)
34+
35+
## [2017](2017/)
36+
37+
I think I up-solved 2017 at some point in 2020 as practice? I'm not really sure but I stumbled onto my code in a folder so I decided I'd throw it into this repo.

0 commit comments

Comments
 (0)
0