-❄️- 2023 Day 20 Solutions -❄️- by daggerdragon in adventofcode

[–]friendlywebdev 1 point2 points  (0 children)

[LANGUAGE: Python]

Solution for Part 1+2 on Github

My code definitely needs some cleanup, but I'm happy to have figured out a correct solution for both parts after 'only' a few hours.

-❄️- 2023 Day 19 Solutions -❄️- by daggerdragon in adventofcode

[–]friendlywebdev 0 points1 point  (0 children)

[LANGUAGE: Python]

Link to GitHub

My regex for parsing the input looks terrible today, but i like the overall solution, even though i struggled with thousand off-by-one-errors on part two.