Advent of Code 2020, preparing, part 02

Ok, so in part one we got the first part of the first day of last year’s Advent of Code puzzle working in Haskell. This post will be an exploration of the second part. Each day of the Advent of Code has a puzzle with two parts; usually the second part will be a twist on the first part; sometimes, it’s simply a scale issue, where the first part solution was naive, and you can leave your solution running over night, or choose a more efficient solution for both parts....

November 23, 2020 · James Felix Black

Advent of Code 2020, preparing

I’m going to try and complete the Advent of Code puzzles this year, in Haskell, without bouncing off of those stupid interpreter problems that have always driven me away in the past. Encouraged by a fellow poster on lobste.rs, I’m going to try and blog my attempt here. I don’t have a lot of extra time, but I would like to be better at blogging, and also at Haskell, so let’s hope that this works out....

November 19, 2020 · James Felix Black