pattern matching, Sets, seven segment display - Advent of Code 2021 - Day 8 with Ruby
pattern matching, Sets, seven segment display - Advent of Code 2021 - Day 8 with Ruby
In this episode, we implement seven segment display decoding using Ruby's newish pattern matching feature. We'll also use the Set data structure. This was one of the more challenging exercises for me and I'm excited to show you a fun solution.
00:00 Part 1
13:00 Part 2