advent-of-code/2021/09/README.md
Niccolo Borgioli 7c399251d6 09
2021-12-09 15:35:29 +01:00

12 lines
257 B
Markdown

# 09
The first was really straight forward. The second was cool as we could do a breadth first search, taking account the edges of our growing basins.
<details>
<summary>Solutions</summary>
<ol>
<li>439</li>
<li>900900</li>
</ol>
</details>