advent-of-code/2021/09/README.md

12 lines
257 B
Markdown
Raw Normal View History

2021-12-09 15:35:29 +01:00
# 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>