//
pkg.gl
Category
github.com/asphaltbuffet/advent-of-code
exercises
2022
12-hillClimbingAlgorithm
go
package
0.0.0-20240204171805-e61498d205e4
Repository:
https://github.com/asphaltbuffet/advent-of-code.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
192 SLOC
#
Functions
GetHeight
GetHeight calculates the height of of a map location.
PopulateFromInput
PopulateFromInput populates the graph with the input data and sets up possible travel between points.
PrintPath
PrintPath prints the path on the map.
#
Structs
Exercise
Exercise for Advent of Code 2022 day 12.
Location
Location is a set of coordinates on the map with a height.
Point
Point is an X, Y coordinate.