AdventOfCode2023/19
2023-12-19 17:12:01 +01:00
..
day19.py day19: python 2023-12-19 17:11:31 +01:00
README.md day19: python 2023-12-19 17:12:01 +01:00

Day 19

🎁🎁🎁🎁🎁🎁🎁🎁🎁🎁🎁🎁🎁🎁🎁🎁🎁🎁🎁

Today's language: python

Lines of code: 82

Execution time: 2h 18m 6,59s

I did not have a loot of time today, so I did it in pyhton. For task 2, I filtered most out most combinations and then bruteforced it.

python3 day19.py