AoC utils v0.9.0
Helper functions for Advent of Code.
Topics
Namespaces
aoc-utils.core
Public variables and functions:
- a-star
- array-none?
- assoc-2
- assoc-3
- bfs
- binary-search
- count-digits
- count-if
- create-grid
- create-hashed-grid
- dfs
- diagonals
- dijkstra
- divisible?
- do-count
- empty-queue
- find-first
- find-first-index
- gcd
- grid-get
- indexed
- inside-3d?
- inside?
- integers
- lcm
- left-turn
- manhattan
- manhattan-3d
- max-map
- max-pmap
- neighbours-3d
- neighbours-4
- neighbours-8
- none?
- parse-input
- parse-lines
- parse-paragraphs
- prod-map
- pt*
- pt+
- pt-
- pt-3d*
- pt-3d+
- pt-3d-
- read-input
- right-turn
- show-grid
- sign
- string->digits
- sum-map
- sum-map-indexed
- sum-pmap
- transpose
- traverse
- update-2