mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-11-17 02:23:23 +01:00
7 lines
228 B
Markdown
7 lines
228 B
Markdown
|
# 2
|
||
|
|
||
|
For the first we can simply count the occurrences and see if they are between the accepted values.
|
||
|
Just some simple parsing.
|
||
|
|
||
|
The second one is similar, but we can be more efficient if we XOR the first and second position.
|