keriati / aoc

Advent of Code solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code solutions in TypeScript

All solutions are implemented in TypeScript and executed against Jest tests.

The starting input for the puzzles is usually stored in dayXX.txt files.

Progress

[2022]: 30*
[2021]: 34*
[2020]: 36*
[2019]: 34*
[2018]: 36*
[2017]: 36*
[2016]: 44*
[2015]: 36*

Total stars: 286*

Running tasks:

To run all tests use:

npm run test

or by year, for example:

npm run test:2015

Notes

  • 2022 day 15 runs for 20sec in jest. Use the included runner to get the result in 500ms. npm run run201515

About

Advent of Code solutions


Languages

Language:TypeScript 99.7%Language:JavaScript 0.2%Language:Shell 0.1%