My hopefully clean-ish complete solutions to Advent of Code using Typescript with ramda
Check it out here https://adventofcode.com
day | part a | part b |
---|---|---|
01 | 1.5ms | 3.7ms |
02 | 0.2ms | 0.2ms |
03 | 5.6ms | 9.1ms |
04 | 1.3ms | 1.4ms |
05 | 0.1ms | 1.1ms |
06 | 0.1ms | 0.1ms |
07 | 1.9ms | 2.0ms |
08 | 0.4ms | 2.0ms |
09 | 0.4ms | 0.4ms |
10 | 19.8ms | 27.7ms |
11 | 1.9ms | 1.9ms |
12 | 1.4ms | 17.2ms |
13 | 0.4ms | 0.4ms |
14 | 0.1ms | 296.6ms |
15 | 0.4ms | 0.8ms |
16 | 1.9ms | 650.4ms |
17 | 82.9ms | 187.4ms |
day | part a | part b |
---|---|---|
11 | 4.5ms | 11.1ms |
12 | 0.5ms | 5.6ms |
13 | 4.1ms | 23.9ms |
14 | 22.1ms | 1067.4ms |
17 | 264.9ms | 270.1ms |
yarn install
yarn benchmark YEAR DAY
# run all tests
yarn test
# run a specific day
yarn test 01
👤 Craig Forrest
- Website: www.craigforrest.co.uk
- Github: @CForrest97
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator