Skip to content

nathanhinish/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

Javascript solutions for Advent of Code

WARNING: The code contained herein may be GROSS!!!

Tips (Notes to self, rly)

  • Take a few minutes to build out the repeatable tasks. (File generation, etc)
  • Use the sample data to test against!!!
  • Step 1 is fast and dirty.
  • Anticipate the changes that are likely coming in the 2nd step, but don't let it slow you down.
  • Step 2 is refinement and covering new logical cases. (2021/06 is a good example)
  • Precalculate what you can to keep it out of loops.

About

Javascript solutions for https://adventofcode.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published