Skip to content

ttbowen/advent-of-code-2020

Repository files navigation

Advent of Code 2020

build MIT license

My Advent of Code 2020 TypeScript Solutions.

About

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.

Story

The tropical island has its own currency and is entirely cash-only. The gold coins used there have a little picture of a starfish; the locals just call them stars. None of the currency exchanges seem to have heard of them, but somehow, you'll need to find fifty of these coins by the time you arrive so you can pay the deposit on your room.

To save your vacation, you need to get all fifty stars by December 25th.

Collect stars by solving puzzles. Two puzzles will be made available on each day in the Advent calendar; the second puzzle is unlocked when you complete the first. Each puzzle grants one star. Good luck!

Progress

Day Part One Part Two
Day 1: Report Repair
Day 2: Password Philosophy
Day 3: Toboggan Trajectory
Day 4: Passport Processing
Day 5: Binary Boarding
Day 6: Custom Customs
Day 7: TBD
Day 8: TBD
Day 9: TBD
Day 10: TBD
Day 11: TBD
Day 12: TBD
Day 13: TBD
Day 14: TBD
Day 15: TBD
Day 16: TBD
Day 17: TBD
Day 18: TBD
Day 19: TBD
Day 20: TBD
Day 21: TBD
Day 22: TBD
Day 23: TBD
Day 24: TBD
Day 25: TBD

Tests

You can run the tests with yarn test

License

MIT © Thomas Bowen