Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/punker76/advent-of-code-2020
My Solutions for Advent of Code 2020
https://github.com/punker76/advent-of-code-2020
advent-of-code advent-of-code-2020 adventofcode oss
Last synced: 23 days ago
JSON representation
My Solutions for Advent of Code 2020
- Host: GitHub
- URL: https://github.com/punker76/advent-of-code-2020
- Owner: punker76
- License: mit
- Created: 2020-12-01T10:41:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-22T15:08:47.000Z (about 4 years ago)
- Last Synced: 2024-11-11T15:03:46.549Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2020, adventofcode, oss
- Language: TypeScript
- Homepage: https://adventofcode.com/2020
- Size: 184 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2020
### --- Day 1: Report Repair ---
- [Task](https://adventofcode.com/2020/day/1)
- [Solution](./01/sumto2020.ts)
- Solved with [TypeScript](https://www.typescriptlang.org/).### --- Day 2: Password Philosophy ---
- [Task](https://adventofcode.com/2020/day/2)
- [Solution](./02/Program.cs)
- Solved with [C# .NET 5](https://dotnet.microsoft.com/).### --- Day 3: Toboggan Trajectory ---
- [Task](https://adventofcode.com/2020/day/3)
- [Solution](./03/treescounter.js)
- Solved with [JavaScript](https://en.wikipedia.org/wiki/JavaScript).### --- Day 4: Passport Processing ---
- [Task](https://adventofcode.com/2020/day/4)
- [Solution](./04/PassportCheck.dpr)
- Solved with [Delpho Rio 10.3](https://www.embarcadero.com/).### --- Day 5: Binary Boarding ---
- [Task](https://adventofcode.com/2020/day/5)
- [Solution](./05/boarding.js)
- Solved with [JavaScript](https://en.wikipedia.org/wiki/JavaScript).### --- Day 6: Custom Customs ---
- [Task](https://adventofcode.com/2020/day/6)
- [Solution](./06/customs.js)
- Solved with [JavaScript](https://en.wikipedia.org/wiki/JavaScript).### --- Day 7: Handy Haversacks ---
- [Task](https://adventofcode.com/2020/day/7)
- [Solution](./07/Program.cs)
- Solved with [C# .NET 5](https://dotnet.microsoft.com/).### --- Day 8: Handheld Halting ---
- [Task](https://adventofcode.com/2020/day/8)
- [Solution](./08/bootloop.js)
- Solved with [JavaScript](https://en.wikipedia.org/wiki/JavaScript).### --- Day 9: Encoding Error ---
- [Task](https://adventofcode.com/2020/day/9)
- [Solution](./09/xmas.js)
- Solved with [JavaScript](https://en.wikipedia.org/wiki/JavaScript).### --- Day 10: Adapter Array ---
- [Task](https://adventofcode.com/2020/day/10)
- [Solution](./10/jolt.js)
- Solved with [JavaScript](https://en.wikipedia.org/wiki/JavaScript).### --- Day 11: Seating System ---
- [Task](https://adventofcode.com/2020/day/11)
- [Solution](./11/seats.js)
- Solved with [JavaScript](https://en.wikipedia.org/wiki/JavaScript).### --- Day 12: Rain Risk ---
- [Task](https://adventofcode.com/2020/day/12)
- [Solution](./12/route.js)
- Solved with [JavaScript](https://en.wikipedia.org/wiki/JavaScript).### --- Day 13: Shuttle Search ---
- [Task](https://adventofcode.com/2020/day/13)
- [Solution](./13/shuttle.ts)
- Solved with [TypeScript](https://www.typescriptlang.org/).### --- Day 14: Docking Data ---
- [Task](https://adventofcode.com/2020/day/14)
- [Solution](./14/docking.ts)
- Solved with [TypeScript](https://www.typescriptlang.org/).### --- Day 15: Rambunctious Recitation ---
- [Task](https://adventofcode.com/2020/day/15)
- [Solution](./15/game.ts)
- Solved with [TypeScript](https://www.typescriptlang.org/).### --- Day 16: Ticket Translation ---
- [Task](https://adventofcode.com/2020/day/16)
- [Solution](./16/tickets.ts)
- Solved with [TypeScript](https://www.typescriptlang.org/).### --- Day 17: Conway Cubes ---
- [Task](https://adventofcode.com/2020/day/17)
- [Solution](./17/cubes.ts)
- Solved with [TypeScript](https://www.typescriptlang.org/).### --- Day 18: Operation Order ---
- [Task](https://adventofcode.com/2020/day/18)
- [Solution](./18/operations.ts)
- Solved with [TypeScript](https://www.typescriptlang.org/).### --- Day 19: Monster Messages ---
- [Task](https://adventofcode.com/2020/day/19)
- [Solution](./19/message.ts)
- Solved with [TypeScript](https://www.typescriptlang.org/).### --- Day 20: Jurassic Jigsaw ---
- [Task](https://adventofcode.com/2020/day/20)
- [Solution](./20/image.ts)
- Solved with [TypeScript](https://www.typescriptlang.org/).