Update README.md

This commit is contained in:
Nicco 2020-12-02 13:24:17 +01:00 committed by GitHub
parent 3cdc3b3947
commit 87b00e472d

View File

@ -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>