diff --git a/solutions/2/README.md b/solutions/2/README.md new file mode 100644 index 0000000..732cfa9 --- /dev/null +++ b/solutions/2/README.md @@ -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.