advent-of-code/2022/05/README.md

13 lines
309 B
Markdown
Raw Normal View History

2022-12-05 09:55:42 +01:00
# 05
Loved this one! One little gotcha was that (obviously) the crates need to be moved one at a time, meaning reversing the list slice basically.
Part two is simply to omit reversing the list.
<details>
<summary>Solutions</summary>
<ol>
<li>ZSQVCCJLL</li>
<li>QZFJRWHGS</li>
</ol>
</details>