xPaw / adventofcode-solutions

πŸŽ„ My solutions to https://adventofcode.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸŽ„ Advent of Code solutions in JavaScript.

2019 and later

Each solution is a module export in js/dayX.js which returns an array of part1 and part2 answers.

It includes a runner: node 2020 1 to just get the answer. node 2020 1 bench to benchmark the solution.

2018 and earlier

Daily solutions are added to window.AdventOfCode namespace, and are available under methods like Day1, Day2, etc.
Each method returns an array of two elements: solution to part one and two.

About

πŸŽ„ My solutions to https://adventofcode.com/

License:The Unlicense


Languages

Language:C# 58.1%Language:JavaScript 35.6%Language:HTML 5.8%Language:PowerShell 0.5%Language:CSS 0.0%