Releases: jsoberg/Kotlin-AoC-Utilities
Releases · jsoberg/Kotlin-AoC-Utilities
Version 2024.6
Version 2024.5
- Potentially breaking change from 2024.4 - Added a new
traversemethod toGrid2Dthat includes both the location and elements. Breaking change if you were using implicititin the previoustraversemethod. - Added an
oppositefunction to get the opposite of a Direction (e.g. North -> South)
Version 2024.4
Added the following Grid2D utility functions:
- contains operator
- Element to location map filter
- Traversing for a direction
- toString/print utilities
- Distance functions for grid locations
Contributors: @jsoberg
Version 2024.3
Added AsyncSum utilities from @rhappe
Version 2024.2
Version 2024.1
Initial release of Kotlin Advent of Code Utilities