package
Version:
v0.0.0-...-e61498d
Opens a new window with list of versions in this module.
Published: Feb 4, 2024
License: Unlicense
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
SeedCategory Category = iota + 1
SoilCategory
FertCategory
WaterCategory
LightCategory
TempCategory
HumidCategory
LocCategory
UpperBound
)
Exercise for Advent of Code 2023 day 5.
One returns the answer to the first part of the exercise.
Two returns the answer to the second part of the exercise.
type SeedMapOffset struct {
Source int
Dest int
Range int
}
type SeedRange struct {
Start int
Range int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.