Go to file
Nick Krichevsky d30c28527b Fix bug in day 12 that wouldn't check velocities 2019-12-13 09:57:44 -05:00
day1 Add solution to day 1 in rust 2019-12-02 23:22:35 -05:00
day2 Add solution to day 2 in rust 2019-12-02 23:33:47 -05:00
day3 Remove dead code from day 3 2019-12-03 01:51:49 -05:00
day4/go Shorten day 4 part 2 solution from reddit inspiration 2019-12-04 01:12:40 -05:00
day5 Give position mode constants proper names, minor day 5 cleanup 2019-12-05 02:29:32 -05:00
day6 Add snark to comments in day 6 2019-12-06 02:00:10 -05:00
day7 Add diff between day 7 and day 5 intcode 2019-12-07 02:09:31 -05:00
day8 Add solution for day 8 part 2 2019-12-08 01:24:38 -05:00
day9 Add inputs for day 9 2019-12-10 00:02:23 -05:00
day10 Add solution to day 10 part 2 2019-12-10 16:28:24 -05:00
day11 Minor intcode cleanup 2019-12-11 01:14:36 -05:00
day12 Fix bug in day 12 that wouldn't check velocities 2019-12-13 09:57:44 -05:00
.gitignore Add gitignore 2019-11-30 23:06:03 -05:00
README.md Update README 2019-12-11 01:05:25 -05:00

README.md

Advent of Code 2019 🎄

'Tis the season! These are my solutions to the 2019 Advent of Code, written in a mix of languages, as I feel like it. Probably going to mostly be Python, though...

A lot of the intcode problems have replicated code between them, but I've included diffs between the previous day's intcode usages :)