Slashgear / advent-of-code

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

Home Page:https://adventofcode.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/
      ..
  ..

About

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

https://adventofcode.com/

License:MIT License


Languages

Language:JavaScript 99.9%Language:Shell 0.1%