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

15 lines
318 B
Markdown
Raw Normal View History

2022-10-27 19:37:22 +02:00
# 10
A parser! what a joy :)
Basically a stack machine wrapped in some boilerplate.
A neat trick for part 2 is to simply reverse the order of the stack and count that instead of actually adding the rest.
<details>
<summary>Solutions</summary>
<ol>
2022-10-27 19:40:29 +02:00
<li>288957</li>
2022-10-27 19:37:22 +02:00
<li>4263222782</li>
</ol>
</details>