package
0.0.0-20230826031213-3a8fa55f0bc8
Repository: https://github.com/janreggie/aoc.git
Documentation: pkg.go.dev

# README

= Advent of Code 2016

== Progress

  • [*] Day 1: No Time for a Taxicab
  • [*] Day 2: Bathroom Security
  • [*] Day 3: Squares With Three Sides
  • [*] Day 4: Security Through Obscurity
  • [*] Day 5: How About a Nice Game of Chess?
  • [*] Day 6: Signals and Noise
  • [*] Day 7: Internet Protocol Version 7
  • [*] Day 8: Two-Factor Authentication
  • Day 9: Explosives in Cyberspace
  • Day 10: Balance Bots
  • Day 11: Radioisotope Thermoelectric Generators
  • [*] Day 12: Leonardo's Monorail
  • Day 13: A Maze of Twisty Little Cubicles
  • Day 14: One-Time Pad
  • Day 15: Timing is Everything
  • Day 16: Dragon Checksum
  • Day 17: Two Steps Forward
  • Day 18: Like a Rogue
  • Day 19: An Elephant Named Joseph
  • Day 20: Firewall Rules
  • Day 21: Scrambled Letters and Hash
  • Day 22: Grid Computing
  • Day 23: Safe Cracking
  • Day 24: Air Duct Spelunking
  • Day 25: Clock Signal

# Functions

Day01 solves the first day puzzle "No Time for a Taxicab".
Day02 solves the second day puzzle "Bathroom Security".
Day03 solves the third day puzzle "Squares With Three Sides".
Day04 solves the fourth day puzzle "Security Through Obscurity".
Day05 solves the fifth day puzzle "How About a Nice Game of Chess?".
Day06 solves the sixth day puzzle "Signals and Noise".
Day07 solves the seventh day puzzle "Internet Protocol Version 7".
Day08 solves the eight day puzzle "Two-Factor Authentication".
Day09 solves the ninth day puzzle "Explosives in Cyberspace".
Day12 solves the twelvth day puzzle "Leonardo's Monorail".
Unimplemented function returns an error simply stating unimplemented.

# Variables

AllSolutions is the slice of all solutions so that they may be indexed easily.