Commit Graph

29 Commits

Author SHA1 Message Date
ffdebf61bf Implement day 10 part 1. 2019-12-10 08:01:34 +01:00
a1ef62cd44 Reuse IntCodeComputer for part 1. 2019-12-09 18:33:34 +01:00
b263d81f91 Implement day 9. 2019-12-09 18:24:17 +01:00
2cf409e481 Implement day 8. 2019-12-08 08:00:38 +01:00
0613778036 Very ugly solution to part 2. 2019-12-07 16:39:41 +01:00
99b42ff04e Implement day 7 part 1. 2019-12-07 08:14:06 +01:00
594c061c60 Replace regex with simpler string parsing.
Remove the dependency on std::regex which is slow to both compile and
run. Saves about half the execution time.
2019-12-06 18:25:18 +01:00
5c9dc0b6bd Replace BFS with an ancestor search. 2019-12-06 18:11:03 +01:00
43e03c742b Implement day 06.
I forgot how slow std::regex was to compile.
2019-12-06 08:37:15 +01:00
f9caa8d1a9 Partial day 06. 2019-12-06 07:26:46 +01:00
0bf29b1e42 Reuse general intcode implementation. 2019-12-05 18:19:26 +01:00
c62bcf010f Implement day 05. 2019-12-05 18:19:14 +01:00
8a431820b0 Implement day 04. 2019-12-04 07:59:18 +01:00
b31d56c4ac Small reading utility. 2019-12-04 07:58:59 +01:00
3dca1a46e1 Implement day 03. 2019-12-03 18:27:17 +01:00
a40da965f0 Partial implementation for part 2. 2019-12-03 18:04:34 +01:00
a1d871fd17 Implement day 03 part 1. 2019-12-03 17:24:51 +01:00
403b2889a2 Better use of move and copy constructors. 2019-12-02 19:40:18 +01:00
3fc7390eaa Implement day 2. 2019-12-02 19:35:09 +01:00
3661bd7c49 Fix missing includes. 2019-12-02 19:34:44 +01:00
b23b0999d6 Implement day 1. 2019-12-01 10:50:27 +01:00
e9bf399af4 Prepare all days skeletons. 2019-11-28 08:00:46 +01:00
5b91fd4da3 No longer depend on Boost.program_options. 2019-09-25 13:19:27 +02:00
c046d5da01 Restructure header files.
This should prevent the tests from being recompiled.
2019-09-15 13:44:26 +02:00
54c704a821 Cleaner runner. 2019-09-12 12:18:47 +02:00
5cead82bee Add timing code. 2019-09-12 12:08:46 +02:00
944e595b97 Wrong output variable. 2019-09-12 12:06:12 +02:00
62f3e4c5de Improve command line parser. 2019-09-12 11:43:46 +02:00
cd4c32c2a3 Initial set-up for 2019 AoC. 2019-09-12 11:16:03 +02:00