Commit Graph

89 Commits

Author SHA1 Message Date
bert dbc89969a7 Add solution to day 8, in ruby. 2017-12-09 12:09:13 +01:00
bert 79adaf065c Update overview. 2017-12-07 12:55:22 +01:00
bert 10b40b5808 Solution for day 7 in C#. 2017-12-07 12:49:16 +01:00
bert 5b53308a8d Clean up day 5. 2017-12-06 12:27:03 +01:00
bert ed9f1f7c7d Solution for day 6 in matlab. 2017-12-06 12:14:15 +01:00
bert dcff672eeb Solve day 05, in Perl. 2017-12-05 09:53:30 +01:00
bert e165774dea Merge awk solutions. 2017-12-04 10:55:52 +01:00
bert cd2acfd143 Implement day 4 part 2. 2017-12-04 10:20:06 +01:00
bert 108ded3ca5 AWK solution for day 4 part 1. 2017-12-04 09:56:47 +01:00
bert 42f631a370 Solution for day 3 part 1. 2017-12-03 12:18:16 +01:00
bert a2a84a6a2d Remove unused temporary. 2017-12-02 11:34:30 +01:00
bert f883bd3b5f Typo in link. 2017-12-02 11:32:16 +01:00
bert 940d4ad129 Clean up using shellcheck. 2017-12-02 11:31:29 +01:00
bert f09842c2ba Use a makefile for consistent compilation. 2017-12-02 11:27:16 +01:00
bert c883fc8c1d Add README for 2017. 2017-12-02 11:25:45 +01:00
bert 12f76678dc Add solution to day 2.
In bash, for a change.
2017-12-02 11:01:35 +01:00
Bert Peters 01e0b25f82 Add solutions for day 14.
Much hash. Very memoize.
2017-12-02 10:41:22 +01:00
bert cc5536dfec Solutions to day 1 2017. 2017-12-01 13:43:09 +01:00
Bert Peters 10eaf692d9 Add solutions to day 21. 2016-12-29 15:59:30 +01:00
Bert Peters bdc54d38c5 Solutions to day 20 2016-12-28 16:25:57 +01:00
Bert Peters 221aef65ca Add solutions to day 19. 2016-12-28 15:27:27 +01:00
Bert Peters 7416df5689 Add solutions to day 18. 2016-12-28 13:13:14 +01:00
Bert Peters e095df1d43 Add solutions for day 17. 2016-12-28 09:03:10 +01:00
Bert Peters c20ee82295 Solutions to day 13. 2016-12-15 20:19:21 +01:00
Bert Peters 7a6feaa5fd Add solutions to day 12.
Assembunny was fun.
2016-12-15 17:24:07 +01:00
Bert Peters 6516cdcf27 Solutions to day 10. 2016-12-13 15:15:42 +01:00
Bert Peters 213ceb6f85 Create graph visualisation for input.
Needed to check if the graph is actually a DAG and whether the degrees
are correct.
2016-12-13 14:05:03 +01:00
Bert Peters 3d53a0ab2b Solution for day 9 part 2. 2016-12-10 00:21:55 +01:00
Bert Peters c285adb49e Add solution to day 9 part 1.
Part 2 is mean.
2016-12-09 23:52:02 +01:00
Bert Peters 391c6f0529 Solutions to day 08. ★ 2016-12-08 12:34:07 +01:00
Bert Peters a9e49e1c6f Add solution to day 7. 2016-12-07 15:19:09 +01:00
Bert Peters 6965c84dff Reimplement day 5 with iterators. 2016-12-06 16:48:19 +01:00
Bert Peters 7455d902f1 Clean up day 06. 2016-12-06 12:21:58 +01:00
Bert Peters 9cb634b5d1 Add solutions to day 6 2016-12-06 12:15:22 +01:00
Bert Peters 7cb548a8e5 Solution to day 5. 2016-12-05 23:54:19 +01:00
Bert Peters 6c6c0e2f3b Add solutions for day 4. 2016-12-04 14:35:33 +01:00
Bert Peters ad30f31d5e Add solutions for day 3. 2016-12-03 12:21:23 +01:00
Bert Peters 8d3f839538 Add readme. 2016-12-02 13:21:35 +01:00
Bert Peters 2e46ca9ccb Add simple makefile to run all programs. 2016-12-02 13:10:49 +01:00
Bert Peters 8c0328fa84 Ignore binaries. 2016-12-02 12:49:07 +01:00
Bert Peters 0e0f2b3f29 Add solutions for day 2. 2016-12-02 12:43:48 +01:00
Bert Peters 6937fec0fd Clean up solution to day 1. 2016-12-02 11:19:00 +01:00
Bert Peters 9f0b9b4ef8 Add solution for Day 01 of 2016. 2016-12-01 13:18:17 +01:00
Bert Peters b37fd44fa7 Move 2015 out of the way. 2016-12-01 11:25:19 +01:00
Bert Peters a75d14ec17 Use itertools for better readability. 2016-02-02 10:05:57 +01:00
Bert Peters 7a59999961 Improve getting the first valid value. 2015-12-27 17:23:20 +01:00
Bert Peters 57cc373f83 Solution to day 25. 2015-12-25 13:42:33 +01:00
Bert Peters 29847c588c Replace PriorityQueue with heapq.
Heapq is compatible with both python 3 and 2.7. It is also slightly
faster because it doesn't use locking.
2015-12-24 21:03:08 +01:00
Bert Peters 0537df8a40 Solution to day 22. 2015-12-24 20:57:04 +01:00
Bert Peters 9e944edaed Solution to day 24. 2015-12-24 19:49:38 +01:00