mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-11-17 02:23:23 +01:00
13 lines
314 B
Markdown
13 lines
314 B
Markdown
# 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>
|