Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.14 KB

readme.md

File metadata and controls

14 lines (12 loc) · 1.14 KB

David Sharp's Advent of Code solutions 🎄

This repo contains my (Node.js) solutions for the Advent of Code

I've been doing them since 2017, and typically I manage about half a month. I tend to write terse JS for my solutions

Notes:

  • 2017-2019: I maintained as Github Gists, and they live as a single file, run in Node
    • 2017: runs the most recent solution (unfortunately hard-coded), input file path is taken as an argument
    • 2018-2019: expects the input data to be piped in, like: pbpaste | node aoc-2019 [day]
  • 2020: This year I want to write a more fully featured way of running each days solution, as well as breaking my usual monolith file into individual days
  • 2021: Much the same as 2020, this year I reworked previous years to work the same way as all the others (original versions are preserved in the relevant year's /extra folder)
    • also started on 2015 this year
  • 2022: No majors changes planned, business as usual!
  • 2023: Still operating in the same way, considering re-writing my code runner, but also participating more casually this year (requires Node 20+, due to using some new features)