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

13 lines
314 B
Markdown
Raw Normal View History

2020-12-29 11:09:11 +01:00
# 13
The second part one was really interesting. While my solution is correct, it takes way to much time in the data set.
I started by checking what is the biggest ID number and check each location.
<details>
<summary>Solutions</summary>
<ol>
<li>156</li>
<li>404517869995362</li>
</ol>
</details>