Advent of Code 2024 - Day 24

I managed to finally solve part 2 of the puzzle in Elixir, but not in a particular elegant way:

Inspired by Liam Mitchell’s elegant solution in the Elixir forum, I implemented this Erlang solution:

2 Likes