Skip to content

Latest commit

 

History

History
91 lines (81 loc) · 5.1 KB

README.md

File metadata and controls

91 lines (81 loc) · 5.1 KB

Advent of Code in Python

Currently migrating my python solutions from 2015-2021 from another repo, why not all solutions are available here yet.

Includes a runner script runner.py. For usage: python runner.py -h

Implements a class based structure with a Puzzle main class located in the common directory.

2024:

Day Stars Timing Part 1 Timing Part 2 Comment
1 ⭐⭐
2 ⭐⭐
3 ⭐⭐
5 ⭐⭐
7 ⭐⭐ Inefficient algorithm but works
8 ⭐⭐
9 ⭐⭐
10 ⭐⭐ Always fun to reuse something from the "library"
11 ⭐⭐ Always fun to reuse something from the "library"
13 ⭐⭐ Numpy isn't always fast.
14 ⭐⭐ Slow but interesting part 2

2023:

Day Stars Timing Part 1 Timing Part 2 Comment
1 ⭐⭐
2 ⭐⭐
3
4 ⭐⭐
5 ⭐⭐
6 ⭐⭐
7 ⭐⭐
8 ⭐⭐
9 ⭐⭐
10 ⭐⭐
11 ⭐⭐
12 Nasty, time and space consuming solution. Works for part 1 but takes an eternity for part 2
13 ⭐⭐ Straightforward. Should be possible to simplify

2022:

Day Stars Timing Part 1 Timing Part 2
1 ⭐⭐
2 ⭐⭐
3 ⭐⭐
4 ⭐⭐
5 ⭐⭐
6 ⭐⭐
7 ⭐⭐
8 ⭐⭐
9 ⭐⭐
10 ⭐⭐
11 ⭐⭐
12 ⭐⭐
13 ⭐⭐
14 ⭐⭐
15
18 ⭐⭐
20 ⭐⭐
21 ⭐⭐
25

2021:

Day Stars Timing Part 1 Timing Part 2
1 ⭐⭐
2 ⭐⭐
3 ⭐⭐
4 ⭐⭐
5 ⭐⭐
6 ⭐⭐
7 ⭐⭐
8 ⭐⭐
9 ⭐⭐
10 ⭐⭐
11 ⭐⭐
12 ⭐⭐
13 ⭐⭐
14 ⭐⭐
18 ⭐⭐

2017:

Day Stars Timing Part 1 Timing Part 2
1 ⭐⭐
2 ⭐⭐
3 ⭐⭐