advent-of-code/2020/solutions/2/README.md

330 B

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. 502