mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2025-12-13 21:34:58 +00:00
day 10
This commit is contained in:
14
2021/10/README.md
Normal file
14
2021/10/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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>
|
||||
<li>392097</li>
|
||||
<li>4263222782</li>
|
||||
</ol>
|
||||
</details>
|
||||
Reference in New Issue
Block a user