mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-12-22 08:06:25 +00:00
Update README.md
This commit is contained in:
parent
3cdc3b3947
commit
87b00e472d
@ -4,3 +4,18 @@ For the first we can simply count the occurrences and see if they are between th
|
||||
Just some simple parsing.
|
||||
|
||||
The second one is similar, but we can be more efficient if we XOR the first and second position.
|
||||
|
||||
# 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.
|
||||
|
||||
<details>
|
||||
<summary>Solutions</summary>
|
||||
<ol>
|
||||
<li>548</li>
|
||||
<li>502</li>
|
||||
</ol>
|
||||
</details>
|
||||
|
Loading…
Reference in New Issue
Block a user