advent-of-code/2020/solutions/5/README.md

14 lines
361 B
Markdown
Raw Normal View History

2020-12-05 13:17:36 +01:00
# 5
For the first one we treat the codes as 2 binary codes. One 7 and the other 3 long.
The second tripped me up as I was returning the binary encoded ticket number but AOC was expecting the seat ID. My bad, took me long to get it. Thanks to @tcq1
<details>
<summary>Solutions</summary>
<ol>
<li>998</li>
<li>84, 4 -> 676</li>
</ol>
</details>