This repo contains my solutions for AdventOfCode 2020.
I used https://github.com/caderek/aoc-starter-ts as a template to automate the tedious tasks of running my solutions.
Using NPM:
npm i
npm start day<N>
Example
npm start day5
| Day | Puzzle 1 (ms) | Puzzle 2 (ms) |
|---|---|---|
| 1 | 0.32 | 8.4 |
| 2 | 1.48 | 0.728 |
| 3 | 0.213 | 0.266 |
| 4 | 0.36 | 1.966 |
| 5 | 1.82 | 4.20 |
| 6 | 3.98 | 3.71 |
| 7 | 103ms | 1478 |
| 8 | 1.66 | 13.38 |
| 9 | 5.73 | 5.19 |