Skip to content

welguisz/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Download Script

From the wiki about Automation, the download script does the following:

  • Download logic is located at AoCClient.java
  • Outbound calls are throttled to every 15 minutes. Next allowed time is stored locally. Done with allowedTime
  • When input has been gathered, cached locally in a .gitignore folder under resources.
  • The User-Agent header is set to me since I maintain this tool.

Overview

After completing all puzzles, I am going through my repo and trying to clean it up to make it more readable. As I go through it, I will be updating my thoughts and put the general solution in this repository. During the actual event, I will not update the current year's solution thoughts until January of the next year (e.g. Advent of Code 2022 README's will not be available until January 2023 at the earliest.)

Year 2015

Year 2022

Puzzles to come back to

Year 2015

  • WizardSimulator20XX, Day 22

Year 2016

  • RadioisotepeThermoelectricGenerators, Day 11
  • Safe Cracking, Day 23

Year 2018

  • Mine Cart Madness, Day 13
  • Mode Maze, Day 22

Year 2019

  • May Worlds Interpreation, Day 18, Part 2. My runs, but takes forever. Good one to come back to optimize this one.

Year 2022

  • Monkey Map, Day 22

About

Advent of Code Solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages