day19: python

This commit is contained in:
matthias@arch 2023-12-19 17:12:01 +01:00
parent 27bd803a6e
commit 3b27d3b309

17
19/README.md Normal file
View File

@ -0,0 +1,17 @@
# [Day 19](https://adventofcode.com/2023/day/19)
:gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift:
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.
```shell
python3 day19.py
```
<!-- no time for a better solution -->