Skip to content

davidwashere/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blah

TODO

  • Create multi-stack
    • a stack structure that is backed by multiple independent stacks
    • so that you can push a string and an int together (for example) without having to create a custom struct
    • dynamic in that want to add '10 values', so be it without having a struct
    • stack.push(a, b, c)
    • a, b, c := stack.pop()

AoC Discord Bot Ideas

  • TODO: purge state branch history
  • calc time from puzzle launch to first star
  • reduce points (wat points) if complete puzzle late at night or during work hours

About

Solutions to Advent of Code puzzles: https://adventofcode.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published