package
0.0.0-20230826031213-3a8fa55f0bc8
Repository: https://github.com/janreggie/aoc.git
Documentation: pkg.go.dev
# README
= Advent of Code 2019
== Progress
- [*] Day 1: The Tyranny of the Rocket Equation
- [*] Day 2: 1202 Program Alarm
- [*] Day 3: Crossed Wires
- [*] Day 4: Secure Container
- [*] Day 5: Sunny with a Chance of Asteroids
- [*] Day 6: Universal Orbit Map
- Day 7: Amplification Circuit (part 1 only)
- [*] Day 8: Space Image Format
- [*] Day 9: Sensor Boost
- [*] Day 10: Monitoring Station
- Day 11: Space Police
- Day 12: The N-Body Problem
- Day 13: Care Package
- Day 14: Space Stoichiometry
- Day 15: Oxygen System
- Day 16: Flawed Frequency Transmission
- Day 17: Set and Forget
- Day 18: Many-Worlds Interpretation
- Day 19: Tractor Beam
- Day 20: Donut Maze
- Day 21: Springdroid Adventure
- Day 22: Slam Shuffle
- Day 23: Category Six
- Day 24: Planet of Discord
- Day 25: Cryostasis
# Packages
Package intcode implements programming in "Intcode" for Advent of Code 2019.
# Functions
Day01 solves the first day puzzle "The Tyranny of the Rocket Equation".
Day02 solves the second day puzzle "1202 Program Alarm".
Day03 solves the third day puzzle "Crossed Wires".
Day04 solves the fourth day puzzle "Secure Container".
Day05 solves the fifth day puzzle "Sunny with a Chance of Asteroids".
Day06 solves the sixth day puzzle "Universal Orbit Map".
Day07 solves the seventh day puzzle "Amplification Circuit".
Day08 solves the eighth day puzzle "Space Image Format".
Day09 solves the ninth day puzzle "Sensor Boost".
Day10 solves the tenth day problem "Monitoring Station".
Unimplemented function returns an error simply stating unimplemented.
# Variables
AllSolutions is the slice of all solutions so that they may be indexed easily.