some details

This commit is contained in:
cupcakearmy 2020-12-02 13:21:31 +01:00
parent cfcad04c46
commit 68a5953bda
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
2 changed files with 9 additions and 0 deletions

3
solutions/1/README.txt Normal file
View File

@ -0,0 +1,3 @@
# 1
This is quite simple, just iterate and find.

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.