Commit graph

3 commits

Author SHA1 Message Date
Tristan Daniël Maat 04dcd76a22
WIP: Re-implement using ndarray 2020-12-14 15:31:05 +00:00
Tristan Daniël Maat 279e9d8cc7
Re-implement day 11.1 with graphs
This is to have a potentially nicer way to iterate neighbours, as well
as recursive directions.

While the former is neater than it was previously, the latter sadly
wasn't possible after all, and it's very inefficient.
2020-12-12 23:49:27 +00:00
Tristan Daniël Maat 6dd5d1a04c
Complete day 11.1 2020-12-12 20:41:49 +00:00