@hackage aoc0.1.0.2
Utility functions commonly used while solving Advent of Code puzzles
Installation
Dependencies (5)
- base >=4.17.2.1 && <5
- containers >=0.6.7 && <=0.7
- hashable >=1.4.7 && <1.5
- heap >=1.0.4 && <1.1
- unordered-containers >=0.2.20 && <0.3 Show all…
Dependents (0)
A collection of miscellaneous utility functions, including but not limited to pathfinding, grid enumeration, coordinate/range operations and extrapolation functions.