advent2021-0.1.0.0: Advent of Code 2021 Solutions
These are my cleaned-up solutions to the Advent of Code programming game. https://adventofcode.com
- Advent Solution helper library
- Advent.Chinese Chinese-remainder theorem
- Advent.Coord Row-major coordinates
- Advent.Coord3 3D coordinates
- Advent.Format Input file format quasiquoter
- Advent.Input Input file helpers
- Advent.Memo Memoization functions
- Advent.PQueue Int-priority min queue
- Advent.Prelude Prelude extension for AoC solutions
- Advent.Queue Banker's queue implementation
- Advent.Search Generalized graph search
- Advent.SmallSet An efficient set representation for small integers.