Update day 20 README
This commit is contained in:
parent
033d11c79a
commit
e01683ab30
1 changed files with 21 additions and 1 deletions
|
@ -2,4 +2,24 @@
|
|||
|
||||
~~Gave up on this one. I was struggling to find a decent logical way to do it manually, yet alone write a set of rules to get a computer to do it.~~
|
||||
|
||||
Okay, so I had a lightbulb moment and came back to take another look at part one, which I got pretty easily. I'm going to take another crack on part two, since tiles have certain properties that I didn't realise were present.
|
||||
~~Okay, so I had a lightbulb moment and came back to take another look at part one, which I got pretty easily. I'm going to take another crack on part two, since tiles have certain properties that I didn't realise were present.~~
|
||||
|
||||
No.
|
||||
|
||||
<details><summary>Script output</summary>
|
||||
|
||||
```
|
||||
❯ python .\python\
|
||||
AoC 2020: day 20 - Jurassic Jigsaw
|
||||
Python 3.8.5
|
||||
|
||||
Test cases
|
||||
1.1 pass
|
||||
2.1 fail (got 0, expected 273)
|
||||
|
||||
Answers
|
||||
Part 1: 83775126454273
|
||||
Part 2: 0
|
||||
```
|
||||
|
||||
</details>
|
Loading…
Add table
Add a link
Reference in a new issue