/advent-of-code

Personal implementation in JS of https://adventofcode.com/ challenge, don't hesitate to take a look if your are stuck

Primary LanguageJavaScriptMIT LicenseMIT

advent-of-code by Slashgear

In this repository you can find all the advent-of-code challenges that I passed. All solutions are in JS only (You can run them with Node). Feel free to look at my solutions for inspiration.

Solutions are sorted by year and by day in the packages folder.

packages/
  2019/
    day-1/
      ..
    day-2/
      ..
  2020/
     day-1/
      ..
    day-2/
      ..
    day-3/
      ..
  ..