It's almost christmas and for this year's advent of code I decided to do use TypeScript. Enjoy the solutions.
Read the exercises explanation here: https://adventofcode.com/2020
# Install dependencies
yarn install
# Run all solutions (watch-mode)
yarn dev
# Run all solutions
yarn test
# Run specific day's solution
yarn test <day-folder>
# For example day's 1 solutions
yarn test day01| Kata | Part 1 | Part 2 |
|---|---|---|
| 1 - Report Repair | ⭐️ | ⭐️ |
| 2 - Password Philosophy | ⭐️ | ⭐️ |
| 3 - Toboggan Trajectory | ⭐️ | ⭐️ |
| 4 - Passport Processing | ⭐️ | ⭐️ |
| 5 - Binary Boarding | ⭐️ | ⭐️ |
| 6 - Custom Customs | ⭐️ | ⭐️ |
| 7 - Handy Haversacks | ⭐️ | ⭐️ |
| 8 - Handheld Halting | ⭐️ | ⭐️ |
| 9 - Encoding Error | ⭐️ | ⭐️ |
| 10 - Adapter Array | ⭐️ | ⭐️ |
| 11 - Seating System | ⭐️ | ⭐️ |
| 12 - Rain Risk | ⭐️ | ⭐️ |
| 13 - Shuttle Search | ⭐️ | ⭐️ |
| 14 - Docking Data | ⭐️ | ⭐️ |
| 15 - Rambunctious Recitation | ⭐️ | ⭐️ |
| 16 - Ticket Translation | ⭐️ | ⭐️ |
| 17 - TBA | ||
| 18 - Operation Order | ⭐️ | |
| 19 - TBA | ||
| 20 - TBA | ||
| 21 - TBA | ||
| 22 - TBA | ||
| 23 - TBA | ||
| 24 - TBA | ||
| 25 - TBA |