Files
adventofcode/2017
Bert Peters b368355201 Optimize bash solution for day 2.
Now loops less (only n(n-1) / 2 times instead of n^2), doesn't call echo
spuriously, and doesn't use tail/head anymore. Results in 75% less
runtime, so I'll take it.
2017-12-11 00:13:51 +01:00
..
2017-12-11 00:13:51 +01:00
2017-12-09 13:01:45 +01:00
2017-12-04 10:55:52 +01:00
2017-12-06 12:27:03 +01:00
2017-12-06 12:14:15 +01:00
2017-12-07 12:49:16 +01:00
2017-12-09 12:09:13 +01:00
2017-12-10 13:06:34 +01:00
2017-12-10 17:43:43 +01:00
2017-12-10 17:46:42 +01:00

Advent of Code 2017

Previously, I have been moderately successful in learning Rust and Python from doing these challegnes. For this year, I'm upping the ante and using 25 different programming languages.

The current plan, in no particular order:

… and then I will need some more. But that will come in time.