Discover Packages
github.com/DrBushytop/adventofcode2023
day5
package
Version:
v0.0.0-...-c2f6671
Opens a new window with list of versions in this module.
Published: Dec 10, 2023
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func BruteForceParseSeeds(path string ) [][]int
type Data struct {
DestinationStart int
SourceStart int
Range int
}
type Input struct {
Seeds []int
SeedToSoil []Data
SoilToFertilizer []Data
FertilizerToWater []Data
WaterToLight []Data
LightToTemperature []Data
TemperatureToHumidity []Data
HumidityToLocation []Data
}
type InputData struct {
Seeds [][]int
Blocks [][][]int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.