mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-11-01 08:04:12 +01:00
13 lines
309 B
Markdown
13 lines
309 B
Markdown
|
# 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>
|