some details

This commit is contained in:
cupcakearmy 2020-12-02 13:21:31 +01:00
parent 810401815a
commit 3cdc3b3947

6
solutions/2/README.md Normal file
View File

@ -0,0 +1,6 @@
# 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.