From 87b00e472d46a7ed8a83280d2d8fec33e5a216b6 Mon Sep 17 00:00:00 2001 From: Nicco Date: Wed, 2 Dec 2020 13:24:17 +0100 Subject: [PATCH] Update README.md --- solutions/2/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/solutions/2/README.md b/solutions/2/README.md index 732cfa9..9821e20 100644 --- a/solutions/2/README.md +++ b/solutions/2/README.md @@ -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. + +
+ Solutions +
    +
  1. 548
  2. +
  3. 502
  4. +
+