This year I've decided to give a try at solving the Advent of Code 2020 problems and in this repo I will be committing my solutions!
Note that these solutions might not optimal or have good readability. My goal in this challenge is to understand and solve the problems the day the come out, if possible, rather than writing efficient and elegant code.
- Clone this repo by running the following command:
git clone https://github.com/nibble-4bits/AdventOfCode2020- Since this is a NodeJS project, install the required dependencies by running:
npm install- Finally, run:
npm startAnd that's it! This command will run the main.js script, which in turn will run all of the solutions for each day and print the results, based on my particular inputs.
| Problem | Is solved |
|---|---|
| Day 1 | ✔️ |
| Day 2 | ✔️ |
| Day 3 | ✔️ |
| Day 4 | ✔️ |
| Day 5 | ✔️ |
| Day 6 | ✔️ |
| Day 7 | |
| Day 8 | ✔️ |
| Day 9 | ✔️ |
| Day 10 | ✔️ |
| Day 11 | ✔️ |
| Day 12 | ✔️ |
| Day 13 | |
| Day 14 | |
| Day 15 | |
| Day 16 | |
| Day 17 | |
| Day 18 | |
| Day 19 | |
| Day 20 | |
| Day 21 | |
| Day 22 | |
| Day 23 | |
| Day 24 | |
| Day 25 |