1.22.0 • Published 10 months ago
@assadk/aoc-utils v1.22.0
aoc-utils
A comprehensive JavaScript utility library designed to help solve Advent of Code challenges. This library provides a rich set of tools and specialised data structures optimised for common Advent of Code puzzle patterns.
Getting started
- Install as a dependency by performing:
npm install -D @assadk88/aoc-utils
- Import and use the utilities in your solutions as required. For example to retrieve the input for a given problem:
// This will return the input for the first problem of 2024
> const input = AOC.getInput(2024, 1)
// You can then parse this input so that it is usable in your solutions
> AOC.parseInput(input)
Documentation
See the documentation for more information.
Links
- Libraries
- Communities
- Misc.
1.22.0
10 months ago
1.21.0
10 months ago
1.20.0
10 months ago
1.19.0
10 months ago
1.18.0
10 months ago
1.17.0
10 months ago
1.16.0
10 months ago
1.15.0
10 months ago
1.14.0
10 months ago
1.13.0
10 months ago
1.12.1
10 months ago
1.12.0
10 months ago
1.11.0
10 months ago
1.10.0
10 months ago
1.9.0
10 months ago
1.8.0
10 months ago
1.7.0
10 months ago
1.6.0
10 months ago
1.5.0
10 months ago
1.3.0
11 months ago
1.2.0
11 months ago
1.1.0
11 months ago