gereons / AoCTools

Tools and Utilities for Advent of Code
MIT License
0 stars 1 forks source link

AoCTools

Various utility classes/structs for common tasks in Advent of Code puzzles.

This includes support for 2D and 3D points, hexagonal grids, some Array and Set convenience methods and an A* pathfinder.

Used in my AoC solutions for 2017, 2018, 2019, 2022 and 2023.