Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 497 Bytes

File metadata and controls

20 lines (10 loc) · 497 Bytes

aoc2018


Advent of Code 2018

These are my solutions for the annual Advent of Code puzzles.

Doing them in Python this year (unless I change mind mid-way).

Notes

day 1

an effecient solution from reddit

day 2

an O(n*log(n)) solution for part 2 reddit