package
0.0.0-20230826031213-3a8fa55f0bc8
Repository: https://github.com/janreggie/aoc.git
Documentation: pkg.go.dev
# README
= Advent of Code 2015
== Progress
- [*] Day 1: Not Quite Lisp
- [*] Day 2: I Was Told There Would Be No Math
- [*] Day 3: Perfectly Spherical Houses in a Vacuum
- [*] Day 4: The Ideal Stocking Stuffer
- [*] Day 5: Doesn’t He Have Intern-Elves For This?
- [*] Day 6: Probably a Fire Hazard
- [*] Day 7: Some Assembly Required
- [*] Day 8: Matchsticks
- [*] Day 9: All in a Single Night
- [*] Day 10: Elves Look, Elves Say
- [*] Day 11: Corporate Policy
- [*] Day 12: JSAbacusFramework.io
- [*] Day 13: Knights of the Dinner Table
- [*] Day 14: Reindeer Olympics
- Day 15: Science for Hungry People
- [*] Day 16: Aunt Sue
- [*] Day 17: No Such Thing as Too Much
- Day 18: Like a GIF For Your Yard
- Day 19: Medicine for Rudolph
- [*] Day 20: Infinite Elves and Infinite Houses
- Day 21: RPG Simulator 20XX
- Day 22: Wizard Simulator 20XX
- Day 23: Opening the Turing Lock
- Day 24: It Hangs in the Balance
- Day 25: Let It Snow
# Functions
Day01 solves the first day puzzle "Not Quite Lisp".
Day02 solves the second day puzzle "I Was Told There Would Be No Math".
Day03 solves the third day puzzle "Perfectly Spherical Houses in a Vacuum".
Day04 solves the fourth day puzzle "The Ideal Stocking Stuffer".
Day04ST solves the fourth day puzzle "The Ideal Stocking Stuffer" but is a single-threaded solution.
Day05 solves the fifth day puzzle "Doesn't He Have Intern-Elves For This?".
Day06 solves the sixth day puzzle "Probably a Fire Hazard".
Day07 solves the seventh day puzzle "Some Assembly Required".
Day08 solves the eighth day puzzle "Matchsticks".
Day09 solves the ninth day puzzle "All in a Single Night".
Day10 solves the tenth day puzzle "Elves Look, Elves Say".
Day11 solves the eleventh day puzzle "Corporate Policy".
Day12 solves the twelfth day puzzle "JSAbacusFramework.io".
Day13 solves the thirteenth day puzzle "Knights of the Dinner Table".
Day14 solves the fourteenth day puzzle "Reindeer Olympics".
Day16 solves the sixteenth day puzzle "Aunt Sue".
Day17 solves the seventeenth day puzzle "No Such Thing as Too Much".
Day20 solves the twentieth day puzzle "Infinite Elves and Infinite Houses".
Unimplemented function returns an error simply stating unimplemented.
# Variables
AllSolutions is the slice of all solutions so that they may be indexed easily.