Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meemaw/aoc-2019
Solutions to Advent of Code 2019
https://github.com/meemaw/aoc-2019
advent-of-code advent-of-code-2019 javascript typescript
Last synced: 3 days ago
JSON representation
Solutions to Advent of Code 2019
- Host: GitHub
- URL: https://github.com/meemaw/aoc-2019
- Owner: Meemaw
- Created: 2019-12-01T11:57:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:03:33.000Z (about 2 years ago)
- Last Synced: 2024-12-03T03:39:53.528Z (about 2 months ago)
- Topics: advent-of-code, advent-of-code-2019, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 604 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :christmas_tree: Advent of Code 2019 :christmas_tree:
[![Actions Status](https://github.com/Meemaw/aoc-2019/workflows/main/badge.svg)](https://github.com/Meemaw/aoc-2019/actions) [![codecov](https://codecov.io/gh/Meemaw/aoc-2019/branch/master/graph/badge.svg)](https://codecov.io/gh/Meemaw/aoc-2019)
- [x] [Day 1: The Tyranny of the Rocket Equation](src/day1/day1.ts)
- [x] [Day 2: 1202 Program Alarm](src/day2/day2.ts)
- [x] [Day 3: Crossed Wires](src/day3/day3.ts)
- [x] [Day 4: Secure Container](src/day4/day4.ts)
- [x] [Day 5: Sunny with a Chance of Asteroids](src/day5/day5.ts)
- [x] [Day 6: Universal Orbit Map](src/day6/day6.ts)
- [x] [Day 7: Amplification Circuit](src/day7/day7.ts)
- [x] [Day 8: Space Image Format](src/day8/day8.ts)