Skip to content

Latest commit

 

History

History

2018

🎄 Advent of Code (2018) 🎄

This repository contains Python solutions to the 2018 edition of Advent of Code.

Day Description Solution
1 Repeting frequencies. ⭐⭐
2 Match strings / mostly regex. ⭐⭐
3 Overlapping squares. ⭐⭐
4
5 More regex ("reacting polymers"). ⭐⭐
6 Find the distance from a series of points to all squares within an infinite grid. ⭐⭐
7 Completing a series of tasks w/ two workers. ⭐⭐
8 Metadata stuff. ⭐⭐
9 Moving marbles! ⭐⭐
10
11 ⭐⭐
12 Mutating plants over manyyyy (50000000000) generations. ⭐⭐
13
14 More marble-like games, with special number generation. ⭐⭐