Johannes johannes
johannes pushed to master at johannes/aoc_2019 2019-12-25 15:12:37 +00:00
c726b9090f day 18 task 2
7b51854bb2 day 18 task 1
Compare 2 commits »
johannes pushed to master at johannes/aoc_2019 2019-12-22 10:43:19 +00:00
51f16fa7ad day 16 task 1 and not working idea of task 2...
johannes pushed to master at johannes/aoc_2019 2019-12-21 22:14:36 +00:00
3f6aec0d67 day 15 task 2
johannes pushed to master at johannes/aoc_2019 2019-12-21 22:09:12 +00:00
73b612d25b day 15 task 1
73e4d50c51 easier loading of IntCodeComputer program and single step function
ddd215c9a2 day 21 task 2
Compare 3 commits »
johannes pushed to master at johannes/aoc_2019 2019-12-21 10:49:52 +00:00
2040bc00aa day 21 task 1
johannes pushed to master at johannes/aoc_2019 2019-12-16 17:32:15 +00:00
f2117fd2a8 day 16 task 1
johannes pushed to master at johannes/aoc_2019 2019-12-15 10:46:46 +00:00
e8b911fac0 day12 task 2
johannes pushed to master at johannes/aoc_2019 2019-12-14 21:01:22 +00:00
71d068ab2c day 14 task 2
johannes pushed to master at johannes/aoc_2019 2019-12-14 20:29:42 +00:00
83dce003d8 day 14 task 1
johannes pushed to master at johannes/aoc_2019 2019-12-14 17:11:12 +00:00
9a2531b982 day 13 task 2 UI fix
johannes pushed to master at johannes/aoc_2019 2019-12-14 17:02:31 +00:00
b67ed69f7d day 13 task 2
ad3b71b159 day 13 task 1
Compare 2 commits »
johannes pushed to master at johannes/aoc_2019 2019-12-13 06:59:47 +00:00
eb7467f615 day12 task 1
8849191a6b day11 task 2
009d1b8f86 day11 task 1
Compare 3 commits »
johannes pushed to master at johannes/aoc_2019 2019-12-11 19:16:19 +00:00
f28caa727d day10 task 2
0f17084f18 day10 task 1
Compare 2 commits »
johannes pushed to master at johannes/aoc_2019 2019-12-10 21:12:17 +00:00
d3ef4235a0 day10 task 1 beginning
johannes pushed to master at johannes/aoc_2019 2019-12-09 22:04:09 +00:00
3917746851 day09 task 2
johannes pushed to master at johannes/aoc_2019 2019-12-09 22:02:18 +00:00
17e0eea8dc day09 task 1
2dc626e227 day09 prepared IntCodeComputer to use HashSet memory and new intructions
Compare 2 commits »
johannes pushed to master at johannes/aoc_2019 2019-12-08 20:06:18 +00:00
676fb13a59 cleaned up double code in IntCodeComputer
johannes pushed to master at johannes/aoc_2019 2019-12-08 19:50:53 +00:00
da5cf69b1b day07 task 2
0db2018217 day07 task 1
Compare 2 commits »
johannes pushed to master at johannes/aoc_2018 2019-01-03 10:43:35 +00:00
b2a5da3222 day23 part 2 correct intersection test (speed up by factor 2, yay!)
johannes pushed to master at johannes/aoc_2018 2019-01-01 17:39:00 +00:00
9cbbf63eb1 day23 part 2 (with a shortcut that could potentially break some cases)