Optimise Day 10
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Wed, 9 Dec 2020 02:15:03 +0000 (02:15 +0000)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Wed, 9 Dec 2020 02:15:03 +0000 (02:15 +0000)
commit3e8dd8ef406fe4f224dfedabca1fe6f306702bd5
tree22b83de7a2fa55ea95813f42243b24a4233c3370
parente89a78b0539f89e5276ce18ba0c88ee87863a778
Optimise Day 10

  - Move things in to shared functions out of the way
  - Add zap.sh, with some hardcoding
  - change check_asteroids.sh to be *much* quicker by using the angle method employed
    by zap
day10/check_asteroids.sh
day10/common.sh
day10/summary.txt [new file with mode: 0644]
day10/zap.sh [changed mode: 0644->0755]