Go to file
Nick Krichevsky ff12d30f6d Remove reminents of semi-auto solver in day 25 2019-12-26 01:10:19 -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
day13 Minor style fix to day 13 2019-12-14 20:43:26 -05:00
day14 Simplfiy binary search on day 14 2019-12-14 23:59:03 -05:00
day15 Minor reshuffling in day 15 2019-12-15 20:33:29 -05:00
day16 Speed up day 16 2019-12-17 18:44:28 -05:00
day17 Clean up day 17 2019-12-20 12:35:27 -05:00
day18 Clean up day 18 2019-12-23 12:00:30 -05:00
day19 Add empty diff for day 19 intcode 2019-12-23 15:00:09 -05:00
day20 Clean up day 20 part 2 2019-12-24 00:07:15 -05:00
day21 Fix typo in day 21 part 2 2019-12-24 20:24:41 -05:00
day22 Add day 22 part 2 solution 2019-12-24 22:36:52 -05:00
day23 Add diff since day 21 intcode for day 23 2019-12-25 00:36:16 -05:00
day24 Add solution to day 24 part 2 2019-12-25 17:09:07 -05:00
day25 Remove reminents of semi-auto solver in day 25 2019-12-26 01:10:19 -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 :)