//
pkg.gl
Category
github.com/dvan-sqsp/advent-of-code-2024
util
package
0.0.0-20241211180615-73780687a92f
Repository:
https://github.com/dvan-sqsp/advent-of-code-2024.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
5
Files
32 SLOC
#
Functions
Build2DMap
No description provided by the author
IsInBounds
IsInBounds checks if the point (x, y) is within the bounds of the matrix.
ReadInts
ReadInts will convert the line into a slice of ints helpful for lines like 1,2,3,4,5,6,7.
#
Structs
Position
No description provided by the author