/advent-of-code-2019

Solutions for Advent of Code Programming Contest 2019 Advent Calendar

Primary LanguagePython

Advent of Code 2019

Solutions for Advent of Code Programming Contest 2019 Advent Calendar

Username: kevinjycui

Ask me if you want to get added to my private leaderboard ¯\_(ツ)_/¯

Calendar

Day Problem Stars Solution Type (according to me)
1 The Tyranny of the Rocket Equation ** (Gold) Implementation
2 1202 Program Alarm ** (Gold) Intcode
3 Crossed Wires ** (Gold) Graph Theory (BFS)
4 Secure Container ** (Gold) Implementation
5 Sunny with a Chance of Asteroids ** (Gold) Intcode
6 Universal Orbit Map ** (Gold) Graph Theory (DFS with LCA)
7 Amplification Circuit ** (Gold) Intcode
8 Space Image Format ** (Gold) Implementation
9 Sensor Boost ** (Gold) Intcode
10 Monitoring Station ** (Gold) Math (Vectors)
11 Space Police ** (Gold) Intcode
12 The N-Body Problem ** (Gold) Multivariate Analysis
13 Care Package ** (Gold) Intcode for Game Development